after property

  1. @JsonKey(fromJson: fromGraphQLFavoriteChatsCursorNullableToDartFavoriteChatsCursorNullable, toJson: fromDartFavoriteChatsCursorNullableToGraphQLFavoriteChatsCursorNullable)
FavoriteChatsCursor? after
final

Implementation

@JsonKey(
  fromJson:
      fromGraphQLFavoriteChatsCursorNullableToDartFavoriteChatsCursorNullable,
  toJson:
      fromDartFavoriteChatsCursorNullableToGraphQLFavoriteChatsCursorNullable,
)
final FavoriteChatsCursor? after;