ChatItemId.fromJson constructor

ChatItemId.fromJson(
  1. String val
)

Constructs a ChatItemId from the provided val.

Implementation

factory ChatItemId.fromJson(String val) = ChatItemId;