SelectionItems constructor

SelectionItems({
  1. List<GoogleAppsCardV1SelectionItem>? items,
})

Implementation

SelectionItems({
  this.items,
});