allSucceeded property
bool
get
allSucceeded
All targets of the operation are suceeded.
Implementation
bool get allSucceeded => failedMembers.isEmpty;
All targets of the operation are suceeded.
bool get allSucceeded => failedMembers.isEmpty;