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