readonly property
bool
get
readonly
Whether this database is opened in readonly mode
Implementation
bool get readonly => _readonly;
Whether this database is opened in readonly mode
bool get readonly => _readonly;