after property

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

Implementation

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