after property
- @JsonKey(fromJson: fromGraphQLRecentChatsCursorNullableToDartRecentChatsCursorNullable, toJson: fromDartRecentChatsCursorNullableToGraphQLRecentChatsCursorNullable)
getter/setter pair
Implementation
@JsonKey(
fromJson:
fromGraphQLRecentChatsCursorNullableToDartRecentChatsCursorNullable,
toJson:
fromDartRecentChatsCursorNullableToGraphQLRecentChatsCursorNullable)
RecentChatsCursor? after;