before property

  1. @JsonKey(fromJson: fromGraphQLRecentChatsCursorNullableToDartRecentChatsCursorNullable, toJson: fromDartRecentChatsCursorNullableToGraphQLRecentChatsCursorNullable)
RecentChatsCursor? before
final

Implementation

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