PointCut constructor

PointCut(
  1. Map? sourceInfos,
  2. Object? target,
  3. String? function,
  4. String? stubKey,
  5. List? positionalParams,
  6. Map? namedParams,
  7. Map? members,
  8. Map? annotations,
)

PointCut default constructor.

Implementation

@pragma('vm:entry-point')
PointCut(this.sourceInfos, this.target, this.function, this.stubKey,
    this.positionalParams, this.namedParams, this.members, this.annotations);