activeParameter property

num get activeParameter

The active parameter of the active signature.

Implementation

_i2.num get activeParameter => _i5.getProperty(
      this,
      'activeParameter',
    );
set activeParameter (num value)

Implementation

set activeParameter(_i2.num value) {
  _i5.setProperty(
    this,
    'activeParameter',
    value,
  );
}