builderFor static method

CampaignConfigBuilder? builderFor(
  1. String campaignType
)

The builder for campaignType, or null when the type is unknown.

Implementation

static CampaignConfigBuilder? builderFor(String campaignType) =>
    _builders[campaignType];