cursor property
- @JsonKey(fromJson: fromGraphQLChatContactsCursorToDartChatContactsCursor, toJson: fromDartChatContactsCursorToGraphQLChatContactsCursor)
getter/setter pair
Implementation
@JsonKey(
fromJson: fromGraphQLChatContactsCursorToDartChatContactsCursor,
toJson: fromDartChatContactsCursorToGraphQLChatContactsCursor)
late ChatContactsCursor cursor;