type property
- @JsonKey.new(name: 'type', toJson: attachmentTypeToJson, fromJson: attachmentTypeFromJson)
final
Implementation
@JsonKey(
name: 'type',
toJson: attachmentTypeToJson,
fromJson: attachmentTypeFromJson)
final enums.AttachmentType? type;