Integration constructor

Integration(
  1. String packageName, {
  2. bool parseMetadata = false,
})

Implementation

Integration(this.packageName, {this.parseMetadata = false});