before property

  1. @JsonKey(fromJson: fromGraphQLIncomingChatCallsCursorNullableToDartIncomingChatCallsCursorNullable, toJson: fromDartIncomingChatCallsCursorNullableToGraphQLIncomingChatCallsCursorNullable)
IncomingChatCallsCursor? before
final

Implementation

@JsonKey(
  fromJson:
      fromGraphQLIncomingChatCallsCursorNullableToDartIncomingChatCallsCursorNullable,
  toJson:
      fromDartIncomingChatCallsCursorNullableToGraphQLIncomingChatCallsCursorNullable,
)
final IncomingChatCallsCursor? before;