read property

int read

Implementation

int get read => _delegate.read;
void read=(int newValue)

Implementation

set read(int newValue) {
  _delegate.read = newValue;
}