before property

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

Implementation

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