skipLine property
void Function()
get
skipLine
Implementation
void Function() get skipLine => () => _i3.callMethod(
_i3.getProperty(
this,
'SkipLine',
),
r'call',
[this],
);
set
skipLine
(void value())
Implementation
set skipLine(void Function() value) {
_i3.setProperty(
this,
'SkipLine',
_i3.allowInterop(value),
);
}