GoogleAppsCardV1Validation.fromJson constructor
GoogleAppsCardV1Validation.fromJson(
- Map json_
Implementation
GoogleAppsCardV1Validation.fromJson(core.Map json_)
: this(
characterLimit: json_['characterLimit'] as core.int?,
inputType: json_['inputType'] as core.String?,
);