ChatItemsCursor.fromJson constructor

ChatItemsCursor.fromJson(
  1. String val
)

Constructs a ChatItemsCursor from the provided val.

Implementation

factory ChatItemsCursor.fromJson(String val) = ChatItemsCursor;