ChatItemId.fromJson constructor
- String val
Constructs a ChatItemId from the provided val
.
Implementation
factory ChatItemId.fromJson(String val) = ChatItemId;
Constructs a ChatItemId from the provided val
.
factory ChatItemId.fromJson(String val) = ChatItemId;