readableType property

dynamic readableType

Implementation

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

Implementation

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