GoogleAppsCardV1Trigger.fromJson constructor

GoogleAppsCardV1Trigger.fromJson(
  1. Map json_
)

Implementation

GoogleAppsCardV1Trigger.fromJson(core.Map json_)
  : this(actionRuleId: json_['actionRuleId'] as core.String?);