isWritable property
bool
get
isWritable
Whether this provider accepts new writes right now.
Implementation
bool get isWritable => descriptor.isWritable;
Whether this provider accepts new writes right now.
bool get isWritable => descriptor.isWritable;