ShimFieldImpl constructor

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

Implementation

ShimFieldImpl(String name, DartType shimFieldType) : super(name, -1) {
  type = shimFieldType;
}