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