OneOfExpectation constructor

const OneOfExpectation({
  1. required List<ExpectationType> expectations,
  2. String? description,
})

Implementation

const factory OneOfExpectation(
    {required final List<ExpectationType> expectations,
    final String? description}) = _$OneOfExpectationImpl;