DartField constructor

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

Implementation

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