DateValue constructor

DateValue({
  1. String startDate = "",
  2. String endDate = "",
})

Implementation

DateValue({this.startDate = "", this.endDate = ""});