Map<String, dynamic> toJson() { final json = <String, dynamic>{}; json[r'auth_code'] = this.authCode; return json; }