ActionList constructor

ActionList({
  1. int? id,
  2. String? actionType,
  3. String? label,
  4. Permission? permission,
  5. bool? isMandatory,
})

Implementation

ActionList(
    {this.id, this.actionType, this.label, this.permission, this.isMandatory});