writableType property

dynamic get writableType

Implementation

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

Implementation

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