isRead property

bool get isRead

Implementation

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