writable property
bool?
get
writable
True if the value associated with the property may be changed (data descriptors only).
Implementation
bool? get writable => json['writable'] as bool?;
True if the value associated with the property may be changed (data descriptors only).
bool? get writable => json['writable'] as bool?;