XKitActionEvent.custom constructor

XKitActionEvent.custom(
  1. String actionName, {
  2. String? actionTitle,
})

Implementation

XKitActionEvent.custom(this.actionName, {this.actionTitle})
    : type = XKitEventConstants.actionTypeCustom;