imageFormats property
MIME types that can be requested for returned scans.
Implementation
List<String> get imageFormats =>
_wrapped.imageFormats.toDart.cast<String>().map((e) => e).toList();
MIME types that can be requested for returned scans.
List<String> get imageFormats =>
_wrapped.imageFormats.toDart.cast<String>().map((e) => e).toList();