writable property

bool? writable

True if the value associated with the property may be changed (data descriptors only).

Implementation

bool? get writable => json['writable'] as bool?;