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