colno property

num? colno

Implementation

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

Implementation

set colno(_i2.num? value) {
  _i4.setProperty(
    this,
    'colno',
    value ?? _i6.undefined,
  );
}