InstrumentationScope constructor

InstrumentationScope(
  1. String _name,
  2. String _version,
  3. String _schemaUrl,
  4. List<Attribute> _attributes,
)

Implementation

InstrumentationScope(
    this._name, this._version, this._schemaUrl, this._attributes);