ActionModel constructor
ActionModel(
- AppModel app, {
- DisplayConditionsModel? conditions,
- String? actionType,
Implementation
ActionModel(this.app, {this.conditions, this.actionType});