Text.fromJson constructor
      
      Text.fromJson(
    
    
- Map json_
Implementation
Text.fromJson(core.Map json_) : this(value: json_['value'] as core.String?);Text.fromJson(core.Map json_) : this(value: json_['value'] as core.String?);