ShimFieldImpl constructor

ShimFieldImpl(
  1. String name,
  2. DartType type
)

Implementation

ShimFieldImpl(String name, this.type) : super(name, -1);