id property

  1. @JsonKey(fromJson: fromGraphQLAttachmentIdToDartAttachmentId, toJson: fromDartAttachmentIdToGraphQLAttachmentId)
AttachmentId id
getter/setter pair

Implementation

@JsonKey(
    fromJson: fromGraphQLAttachmentIdToDartAttachmentId,
    toJson: fromDartAttachmentIdToGraphQLAttachmentId)
late AttachmentId id;