mimeTypes property
The MIME types that are accepted by the caller.
Implementation
List<String>? get mimeTypes =>
_wrapped.mimeTypes?.toDart.cast<String>().map((e) => e).toList();
The MIME types that are accepted by the caller.
List<String>? get mimeTypes =>
_wrapped.mimeTypes?.toDart.cast<String>().map((e) => e).toList();