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