GoogleAppsCardV1Icon constructor

GoogleAppsCardV1Icon({
  1. String? altText,
  2. String? iconUrl,
  3. String? imageType,
  4. String? knownIcon,
})

Implementation

GoogleAppsCardV1Icon({
  this.altText,
  this.iconUrl,
  this.imageType,
  this.knownIcon,
});