dataUrls property
The data image URLs in a form that can be passed as the "src" value to an image tag.
Implementation
List<String> get dataUrls =>
_wrapped.dataUrls.toDart.cast<String>().map((e) => e).toList();
The data image URLs in a form that can be passed as the "src" value to an image tag.
List<String> get dataUrls =>
_wrapped.dataUrls.toDart.cast<String>().map((e) => e).toList();