ExpectedAttributeValueDC constructor

ExpectedAttributeValueDC({
  1. required List attributeValueList,
  2. required ComparisonOperator comparisonOperator,
  3. required bool exists,
  4. dynamic value,
})

Implementation

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