codedHeight property

num codedHeight

Implementation

_i2.num get codedHeight => _i4.getProperty(
      this,
      'codedHeight',
    );
void codedHeight=(num value)

Implementation

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