kw$new property
- @JsonKey(name: 'new', fromJson: fromGraphQLListChatItemIdToDartListChatItemId, toJson: fromDartListChatItemIdToGraphQLListChatItemId)
getter/setter pair
Implementation
@JsonKey(
name: 'new',
fromJson: fromGraphQLListChatItemIdToDartListChatItemId,
toJson: fromDartListChatItemIdToGraphQLListChatItemId)
late List<ChatItemId> kw$new;