maxIndexLayer property

num get maxIndexLayer

This read-only property returns the larges index layer.

Implementation

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

Implementation

set maxIndexLayer(_i2.num value) {
  _i4.setProperty(
    this,
    'maxIndexLayer',
    value,
  );
}