GoogleAppsCardV1TextParagraph.fromJson constructor

GoogleAppsCardV1TextParagraph.fromJson(
  1. Map json_
)

Implementation

GoogleAppsCardV1TextParagraph.fromJson(core.Map json_)
    : this(
        maxLines: json_['maxLines'] as core.int?,
        text: json_['text'] as core.String?,
      );