OCClassImplementation constructor
OCClassImplementation({
- InjectCodeUnit? injectOCCodeUnit,
- String className = '',
- int depth = 0,
Implementation
OCClassImplementation(
{this.injectOCCodeUnit, this.className = '', int depth = 0})
: super(depth);