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