All constructor

All(
  1. Map effects, {
  2. AllResult? result,
})

Creates an instance of a All effect.

Implementation

All(this.effects, {AllResult? result}) : super(result: result);