campaign property

String? campaign

Type of campaign.

Implementation

String? get campaign {
  return _safeValue<String>('campaign');

}