ExpectedEnvelope constructor
const
ExpectedEnvelope({
- Map<
String, dynamic> ? state, - List<
int> ? pending, - List? outcome,
- bool assertsOutcome = false,
Implementation
const ExpectedEnvelope({
this.state,
this.pending,
this.outcome,
this.assertsOutcome = false,
});