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