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