toJson method

Map<String, dynamic> toJson()

Implementation

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