DateElementPropertiesSuggestionState constructor

DateElementPropertiesSuggestionState({
  1. bool? dateFormatSuggested,
  2. bool? localeSuggested,
  3. bool? timeFormatSuggested,
  4. bool? timeZoneIdSuggested,
  5. bool? timestampSuggested,
})

Implementation

DateElementPropertiesSuggestionState({
  this.dateFormatSuggested,
  this.localeSuggested,
  this.timeFormatSuggested,
  this.timeZoneIdSuggested,
  this.timestampSuggested,
});