after property

  1. @JsonKey(fromJson: fromGraphQLRecentChatsCursorNullableToDartRecentChatsCursorNullable, toJson: fromDartRecentChatsCursorNullableToGraphQLRecentChatsCursorNullable)
RecentChatsCursor? after
getter/setter pair

Implementation

@JsonKey(
  fromJson:
      fromGraphQLRecentChatsCursorNullableToDartRecentChatsCursorNullable,
  toJson: fromDartRecentChatsCursorNullableToGraphQLRecentChatsCursorNullable,
)
RecentChatsCursor? after;