OneOfExpectation constructor

const OneOfExpectation({
  1. required List<ExpectationType> expectations,
})

Implementation

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