toJson method

Map<String, dynamic> toJson()

Implementation

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