ConditionValue constructor

ConditionValue({
  1. String? relativeDate,
  2. String? userEnteredValue,
})

Implementation

ConditionValue({
  this.relativeDate,
  this.userEnteredValue,
});