mime property
- @JsonKey(fromJson: _MediaType.fromValue, toJson: _MediaType.toValue)
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;