IndexDatapoint_NumericRestriction constructor

IndexDatapoint_NumericRestriction({
  1. int? valueInt,
  2. double? valueFloat,
  3. double? valueDouble,
  4. String namespace = '',
  5. 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);