InstrumentRule constructor
const
InstrumentRule({})
Implementation
const InstrumentRule({
this.meterName,
this.instrumentName,
this.listenerName,
required int scopes,
this.enable = false,
}) : _scopes = scopes;