attachments property

  1. @JsonKey(fromJson: fromGraphQLListNullableAttachmentIdToDartListNullableAttachmentId, toJson: fromDartListNullableAttachmentIdToGraphQLListNullableAttachmentId)
List<AttachmentId>? attachments
getter/setter pair

Implementation

@JsonKey(
    fromJson:
        fromGraphQLListNullableAttachmentIdToDartListNullableAttachmentId,
    toJson: fromDartListNullableAttachmentIdToGraphQLListNullableAttachmentId)
List<AttachmentId>? attachments;