TriggerService.create constructor
TriggerService.create({
- bool? streamSupport,
- List<
DbCollection> ? collections,
Implementation
TriggerService.create({bool? streamSupport, List<DbCollection>? collections})
: /*streamSupport = streamSupport ?? false,*/
_triggers = _getTriggers(collections);