allSucceeded property

bool allSucceeded

All targets of the operation are suceeded.

Implementation

bool get allSucceeded => failedMembers.isEmpty;