id property
- @JsonKey(fromJson: fromGraphQLAttachmentIdToDartAttachmentId, toJson: fromDartAttachmentIdToGraphQLAttachmentId)
getter/setter pair
Implementation
@JsonKey(
fromJson: fromGraphQLAttachmentIdToDartAttachmentId,
toJson: fromDartAttachmentIdToGraphQLAttachmentId)
late AttachmentId id;