ActionEntity constructor

const ActionEntity(
  1. String? appID, {
  2. DisplayConditionsEntity? conditions,
  3. String? actionType,
})

Implementation

const ActionEntity(this.appID,
    {this.conditions,
    /*this.readCondition, this.privilegeLevelRequired, this.packageCondition, */ this.actionType});