ActionList constructor
ActionList({
- int? id,
- String? actionType,
- String? label,
- Permission? permission,
- bool? isMandatory,
Implementation
ActionList(
{this.id, this.actionType, this.label, this.permission, this.isMandatory});