getLinkedCampaigns method

List<int>? getLinkedCampaigns()

Implementation

List<int>? getLinkedCampaigns() {
  return linkedCampaigns;
}