cursor property

  1. @JsonKey(fromJson: fromGraphQLRecentChatsCursorToDartRecentChatsCursor, toJson: fromDartRecentChatsCursorToGraphQLRecentChatsCursor)
RecentChatsCursor cursor
getter/setter pair

Implementation

@JsonKey(
  fromJson: fromGraphQLRecentChatsCursorToDartRecentChatsCursor,
  toJson: fromDartRecentChatsCursorToGraphQLRecentChatsCursor,
)
late RecentChatsCursor cursor;