InstrumentationLibrary constructor

InstrumentationLibrary(
  1. String _name,
  2. String _version
)

Implementation

InstrumentationLibrary(this._name, this._version);