TriggerConditionModel(Model parent, {String? id, dynamic when, dynamic call}) : super(parent, id) { this.when = when; this.call = call; }