GoogleAppsCardV1OpenLink constructor

GoogleAppsCardV1OpenLink({
  1. String? onClose,
  2. String? openAs,
  3. String? url,
})

Implementation

GoogleAppsCardV1OpenLink({
  this.onClose,
  this.openAs,
  this.url,
});