untilId property

  1. @JsonKey(fromJson: fromGraphQLChatItemIdToDartChatItemId, toJson: fromDartChatItemIdToGraphQLChatItemId)
ChatItemId untilId
getter/setter pair

Implementation

@JsonKey(
    fromJson: fromGraphQLChatItemIdToDartChatItemId,
    toJson: fromDartChatItemIdToGraphQLChatItemId)
late ChatItemId untilId;