codedWidth property

num get codedWidth

Implementation

_i2.num get codedWidth => _i4.getProperty(
      this,
      'codedWidth',
    );
set codedWidth (num value)

Implementation

set codedWidth(_i2.num value) {
  _i4.setProperty(
    this,
    'codedWidth',
    value,
  );
}