GoogleAppsCardV1TextParagraph.fromJson constructor
GoogleAppsCardV1TextParagraph.fromJson(
- Map json_
Implementation
GoogleAppsCardV1TextParagraph.fromJson(core.Map json_)
: this(
text: json_.containsKey('text') ? json_['text'] as core.String : null,
);