ExpectationType.oneOf constructor
const
ExpectationType.oneOf({
- required List<
ExpectationType> expectations, - String? description,
Implementation
const factory ExpectationType.oneOf({
required List<ExpectationType> expectations,
String? description,
}) = OneOfExpectation;