writableType property

dynamic writableType

Implementation

dynamic get writableType => js_util.getProperty(this, 'writableType');
void writableType=(dynamic newValue)

Implementation

set writableType(dynamic newValue) {
  js_util.setProperty(this, 'writableType', newValue);
}