EffectCommandProbeExpectationException constructor

const EffectCommandProbeExpectationException({
  1. required List<Type> expected,
  2. required List<Type> actual,
})

Implementation

const EffectCommandProbeExpectationException({
  required this.expected,
  required this.actual,
});