before property

  1. @JsonKey(fromJson: fromGraphQLChatItemsCursorNullableToDartChatItemsCursorNullable, toJson: fromDartChatItemsCursorNullableToGraphQLChatItemsCursorNullable)
ChatItemsCursor? before
final

Implementation

@JsonKey(
  fromJson: fromGraphQLChatItemsCursorNullableToDartChatItemsCursorNullable,
  toJson: fromDartChatItemsCursorNullableToGraphQLChatItemsCursorNullable,
)
final ChatItemsCursor? before;