ImageUri constructor
ImageUri({
- String? description,
- LocalizedString? localizedDescription,
- String? uri,
Implementation
ImageUri({
this.description,
this.localizedDescription,
this.uri,
});