void addErrors(Map<String, dynamic> errors) { errors.forEach((key, value) { this.errors[key] = value; }); }