getBranchEventAdTypeString function

String getBranchEventAdTypeString(
  1. BranchEventAdType branchEventAdType
)

Implementation

String getBranchEventAdTypeString(BranchEventAdType branchEventAdType) {
  return branchEventAdType.toString().split('.').last;
}