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