TriggerService.create constructor

TriggerService.create({
  1. bool? streamSupport,
  2. List<DbCollection>? collections,
})

Implementation

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