isWrite property

bool isWrite

Implementation

bool get isWrite =>
    this == ReadWriteMarker.writeOnly || this == ReadWriteMarker.readWrite;