codedHeight property
num?
get
codedHeight
Implementation
_i2.num? get codedHeight => _i4.getProperty(
this,
'codedHeight',
);
set
codedHeight
(num? value)
Implementation
set codedHeight(_i2.num? value) {
_i4.setProperty(
this,
'codedHeight',
value ?? _i6.undefined,
);
}