minIndexLayer property

num minIndexLayer

This read-only property returns the smallest index layer.

Implementation

_i2.num get minIndexLayer => _i4.getProperty(
      this,
      'minIndexLayer',
    );
void minIndexLayer=(num value)

Implementation

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