ContextMapping constructor

ContextMapping({
  1. String? mappedWithCharacteristic,
  2. String? valueId,
  3. String? valueName,
  4. ValueType? valueType,
})

Implementation

ContextMapping(
    {this.mappedWithCharacteristic,
    this.valueId,
    this.valueName,
    this.valueType});