totalLength property

num get totalLength

Implementation

_i2.num get totalLength => _i6.getProperty(
      this,
      'totalLength',
    );
set totalLength (num value)

Implementation

set totalLength(_i2.num value) {
  _i6.setProperty(
    this,
    'totalLength',
    value,
  );
}