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