colno property

num? get colno

Implementation

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

Implementation

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