copyWithWrapped method
Implementation
WebApiModulesAccountServicesHubSpotGetHubSpotRefreshTokenBool copyWithWrapped(
{Wrapped<bool?>? hasRefreshToken}) {
return WebApiModulesAccountServicesHubSpotGetHubSpotRefreshTokenBool(
hasRefreshToken: (hasRefreshToken != null
? hasRefreshToken.value
: this.hasRefreshToken));
}