allCampaigns property

List<CampaignModel> get allCampaigns

All campaigns currently cached in the store. Exposed for host/dev tooling (e.g. the medihub "campaign lab" screen) to enumerate fetched campaigns.

Implementation

List<CampaignModel> get allCampaigns => _campaignStore.all;