toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final baselineModelVersion = this.baselineModelVersion;
final text = this.text;
final textSections = this.textSections;
return {
'baselineModelVersion': ?baselineModelVersion,
'text': ?text,
'textSections': ?textSections,
};
}