copyWith method

Implementation

WebApiModulesAccountServicesHubSpotGetHubSpotRefreshTokenBool copyWith(
    {bool? hasRefreshToken}) {
  return WebApiModulesAccountServicesHubSpotGetHubSpotRefreshTokenBool(
      hasRefreshToken: hasRefreshToken ?? this.hasRefreshToken);
}