ValueDataTypeParameter constructor

ValueDataTypeParameter(
  1. ValueType type
)

Implementation

ValueDataTypeParameter(this.type)
    : super("VALUE", TextParameterValue(type.value));