DataSelectDate constructor

DataSelectDate(
  1. String key, {
  2. String? as,
  3. String format = "yyyyMMdd",
})

Implementation

DataSelectDate(this.key, {this.as, this.format = "yyyyMMdd"});