readableType property

dynamic get readableType

Implementation

_i2.dynamic get readableType => _i4.getProperty(
      this,
      'readableType',
    );
set readableType (dynamic value)

Implementation

set readableType(_i2.dynamic value) {
  _i4.setProperty(
    this,
    'readableType',
    value,
  );
}