OCProperty constructor

OCProperty(
  1. Variable field, {
  2. int depth = 0,
})

Implementation

OCProperty(this.field, {int depth = 0}) : super(depth);