before property

  1. @JsonKey(fromJson: fromGraphQLFavoriteChatContactsCursorNullableToDartFavoriteChatContactsCursorNullable, toJson: fromDartFavoriteChatContactsCursorNullableToGraphQLFavoriteChatContactsCursorNullable)
FavoriteChatContactsCursor? before
final

Implementation

@JsonKey(
    fromJson:
        fromGraphQLFavoriteChatContactsCursorNullableToDartFavoriteChatContactsCursorNullable,
    toJson:
        fromDartFavoriteChatContactsCursorNullableToGraphQLFavoriteChatContactsCursorNullable)
final FavoriteChatContactsCursor? before;