GoogleAppsCardV1CardAction constructor

GoogleAppsCardV1CardAction({
  1. String? actionLabel,
  2. GoogleAppsCardV1OnClick? onClick,
})

Implementation

GoogleAppsCardV1CardAction({
  this.actionLabel,
  this.onClick,
});