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