getCampaigns method

List<Campaign>? getCampaigns()

Implementation

List<Campaign>? getCampaigns() {
  return campaigns;
}