success property
bool
get
success
True when every requested provider was either automated or handed off.
Implementation
bool get success => automated.union(handedOff).containsAll(requested);
True when every requested provider was either automated or handed off.
bool get success => automated.union(handedOff).containsAll(requested);