configurable property

bool configurable

True if the type of this property descriptor may be changed and if the property may be deleted from the corresponding object.

Implementation

bool get configurable => json['configurable'] as bool;