readableType property

dynamic get readableType

Implementation

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

Implementation

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