GoogleAppsCardV1SelectionItem.fromJson constructor

GoogleAppsCardV1SelectionItem.fromJson(
  1. Map json_
)

Implementation

GoogleAppsCardV1SelectionItem.fromJson(core.Map json_)
    : this(
        bottomText: json_['bottomText'] as core.String?,
        selected: json_['selected'] as core.bool?,
        startIconUri: json_['startIconUri'] as core.String?,
        text: json_['text'] as core.String?,
        value: json_['value'] as core.String?,
      );