IndexDatapoint_NumericRestriction constructor
IndexDatapoint_NumericRestriction({
- int? valueInt,
- double? valueFloat,
- double? valueDouble,
- String namespace = '',
- IndexDatapoint_NumericRestriction_Operator op = IndexDatapoint_NumericRestriction_Operator.$default,
Implementation
IndexDatapoint_NumericRestriction({
this.valueInt,
this.valueFloat,
this.valueDouble,
this.namespace = '',
this.op = IndexDatapoint_NumericRestriction_Operator.$default,
}) : super(fullyQualifiedName);