before property

  1. @JsonKey(fromJson: fromGraphQLChatContactsCursorNullableToDartChatContactsCursorNullable, toJson: fromDartChatContactsCursorNullableToGraphQLChatContactsCursorNullable)
ChatContactsCursor? before
final

Implementation

@JsonKey(
    fromJson:
        fromGraphQLChatContactsCursorNullableToDartChatContactsCursorNullable,
    toJson:
        fromDartChatContactsCursorNullableToGraphQLChatContactsCursorNullable)
final ChatContactsCursor? before;