ActionModel constructor Null safety

ActionModel(
  1. AppModel app,
  2. {DisplayConditionsModel? conditions,
  3. String? actionType}
)

Implementation

ActionModel(this.app, {this.conditions, this.actionType});