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