DateElementProperties constructor

DateElementProperties({
  1. String? dateFormat,
  2. String? displayText,
  3. String? locale,
  4. String? timeFormat,
  5. String? timeZoneId,
  6. String? timestamp,
})

Implementation

DateElementProperties({
  this.dateFormat,
  this.displayText,
  this.locale,
  this.timeFormat,
  this.timeZoneId,
  this.timestamp,
});