toJson method

Map<String, dynamic> toJson()

Implementation

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