Inject constructor

const Inject(
  1. String importUri,
  2. String clsName,
  3. String methodName, {
  4. bool isRegex = false,
  5. bool isStatic = false,
  6. bool isAfter = false,
  7. int injectType = 0,
})

Implementation

@pragma('vm:entry-point')
const Inject(this.importUri, this.clsName, this.methodName,
    {this.isRegex = false,
    this.isStatic = false,
    this.isAfter = false,
    this.injectType = 0});