isOK property

bool isOK

Check if write succeeded

Implementation

bool get isOK =>
    this is WriteSuccessResult || this is BatchWriteSuccessResult;