getTotalLength property
num Function()
get
getTotalLength
Implementation
_i2.num Function() get getTotalLength => () => _i4.callMethod(
_i4.getProperty(
this,
'getTotalLength',
),
r'call',
[this],
);
set
getTotalLength
(num value())
Implementation
set getTotalLength(_i2.num Function() value) {
_i4.setProperty(
this,
'getTotalLength',
_i4.allowInterop(value),
);
}