write property

bool get write
inherited

Represents the write permission.

Implementation

set read(bool value);/// Represents the write permission.
bool get write;
set write (bool value)
inherited

Represents the write permission.

Implementation

bool get write;/// Represents the write permission.
set write(bool value);