before property

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

Implementation

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