OCClassImplementation constructor

OCClassImplementation({
  1. InjectCodeUnit? injectOCCodeUnit,
  2. String className = '',
  3. int depth = 0,
})

Implementation

OCClassImplementation(
    {this.injectOCCodeUnit, this.className = '', int depth = 0})
    : super(depth);