ContactDate.ofValue constructor

ContactDate.ofValue({
  1. String? label,
  2. required String value,
  3. FlexiDate? date,
})

Implementation

ContactDate.ofValue({
  this.label,
  required String this.value,
  this.date,
});