cursor property
- @JsonKey(fromJson: fromGraphQLChatMembersCursorToDartChatMembersCursor, toJson: fromDartChatMembersCursorToGraphQLChatMembersCursor)
getter/setter pair
Implementation
@JsonKey(
fromJson: fromGraphQLChatMembersCursorToDartChatMembersCursor,
toJson: fromDartChatMembersCursorToGraphQLChatMembersCursor)
late ChatMembersCursor cursor;