GoogleAppsCardV1GridItem constructor

GoogleAppsCardV1GridItem({
  1. String? id,
  2. GoogleAppsCardV1ImageComponent? image,
  3. String? layout,
  4. String? subtitle,
  5. String? title,
})

Implementation

GoogleAppsCardV1GridItem({
  this.id,
  this.image,
  this.layout,
  this.subtitle,
  this.title,
});