cursor property

  1. @JsonKey(fromJson: fromGraphQLChatContactsCursorToDartChatContactsCursor, toJson: fromDartChatContactsCursorToGraphQLChatContactsCursor)
ChatContactsCursor cursor
getter/setter pair

Implementation

@JsonKey(
  fromJson: fromGraphQLChatContactsCursorToDartChatContactsCursor,
  toJson: fromDartChatContactsCursorToGraphQLChatContactsCursor,
)
late ChatContactsCursor cursor;