kw$new property

  1. @JsonKey(name: 'new', fromJson: fromGraphQLListAttachmentIdToDartListAttachmentId, toJson: fromDartListAttachmentIdToGraphQLListAttachmentId)
List<AttachmentId> kw$new
getter/setter pair

Implementation

@JsonKey(
    name: 'new',
    fromJson: fromGraphQLListAttachmentIdToDartListAttachmentId,
    toJson: fromDartListAttachmentIdToGraphQLListAttachmentId)
late List<AttachmentId> kw$new;