ChatItemKey.fromJson constructor

ChatItemKey.fromJson(
  1. String val
)

Constructs a ChatItemKey from the provided val.

Implementation

factory ChatItemKey.fromJson(String val) = ChatItemKey.fromString;