BranchEvent.customEvent constructor

BranchEvent.customEvent(
  1. String _eventName
)

Implementation

BranchEvent.customEvent(this._eventName) {
  _isStandardEvent = false;
}