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