after property

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

Implementation

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