OCReference constructor

OCReference(
  1. AstType type, {
  2. int depth = 0,
  3. bool keepRaw = false,
})

Implementation

OCReference(this.type, {int depth = 0, this.keepRaw = false}) : super(depth);