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