isWritable property

  1. @override
bool get isWritable
override

Whether this provider accepts new writes right now.

Implementation

@override
bool get isWritable => _descriptor.isWritable;