after property

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

Implementation

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