copyWithWrapped method

Implementation

WebApiModulesAccountServicesHubSpotGetHubSpotTokensRequest copyWithWrapped(
    {Wrapped<String?>? authorizationCode}) {
  return WebApiModulesAccountServicesHubSpotGetHubSpotTokensRequest(
      authorizationCode: (authorizationCode != null
          ? authorizationCode.value
          : this.authorizationCode));
}