copyWith method

Implementation

WebApiModulesAccountServicesHubSpotGetWriteTokensResponse copyWith(
    {String? message}) {
  return WebApiModulesAccountServicesHubSpotGetWriteTokensResponse(
      message: message ?? this.message);
}