kw$new property

  1. @JsonKey(name: 'new', fromJson: fromGraphQLListChatItemIdToDartListChatItemId, toJson: fromDartListChatItemIdToGraphQLListChatItemId)
List<ChatItemId> kw$new
getter/setter pair

Implementation

@JsonKey(
  name: 'new',
  fromJson: fromGraphQLListChatItemIdToDartListChatItemId,
  toJson: fromDartListChatItemIdToGraphQLListChatItemId,
)
late List<ChatItemId> kw$new;