ShimFieldImpl constructor

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

Implementation

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