ExpectedAttributeValueDC constructor
ExpectedAttributeValueDC({})
Implementation
ExpectedAttributeValueDC({
required this.attributeValueList,
required this.comparisonOperator,
required this.exists,
this.value,
});