ImageUri constructor

ImageUri({
  1. String? description,
  2. LocalizedString? localizedDescription,
  3. String? uri,
})

Implementation

ImageUri({
  this.description,
  this.localizedDescription,
  this.uri,
});