mime property

  1. @JsonKey(fromJson: _MediaType.fromValue, toJson: _MediaType.toValue)
MediaType? mime
getter/setter pair

MediaType of this file.

Note: To ensure MediaType is correct, invoke ensureCorrectMediaType before accessing this field.

Implementation

@JsonKey(fromJson: _MediaType.fromValue, toJson: _MediaType.toValue)
MediaType? mime;