type property

  1. @JsonKey.new(name: 'type', toJson: attachmentTypeToJson, fromJson: attachmentTypeFromJson)
AttachmentType? type
final

Implementation

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