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