after property

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

Implementation

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