writableType property
dynamic
get
writableType
Implementation
dynamic get writableType => js_util.getProperty(this, 'writableType');
set
writableType
(dynamic newValue)
Implementation
set writableType(dynamic newValue) {
js_util.setProperty(this, 'writableType', newValue);
}