isRead property

bool isRead

Implementation

bool get isRead =>
    this == ReadWriteMarker.readOnly || this == ReadWriteMarker.readWrite;