GoogleAppsCardV1ChipList constructor

GoogleAppsCardV1ChipList({
  1. List<GoogleAppsCardV1Chip>? chips,
  2. String? layout,
})

Implementation

GoogleAppsCardV1ChipList({
  this.chips,
  this.layout,
});