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