ModelChanged constructor

ModelChanged({
  1. required List<ModelAction> actions,
})

Implementation

ModelChanged({required this.actions});