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