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