TriggerModel constructor

TriggerModel(
  1. WidgetModel parent, {
  2. String? id,
  3. dynamic type,
})

Implementation

TriggerModel(WidgetModel parent, {String? id, dynamic type}) : super(parent, id){
  this.type = type;
}