EffectCommandTestExpectationException constructor

const EffectCommandTestExpectationException({
  1. required String expected,
  2. required Object actual,
})

Implementation

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