GoogleAppsCardV1DateTimePicker constructor

GoogleAppsCardV1DateTimePicker({
  1. String? label,
  2. String? name,
  3. GoogleAppsCardV1Action? onChangeAction,
  4. int? timezoneOffsetDate,
  5. String? type,
  6. String? valueMsEpoch,
})

Implementation

GoogleAppsCardV1DateTimePicker({
  this.label,
  this.name,
  this.onChangeAction,
  this.timezoneOffsetDate,
  this.type,
  this.valueMsEpoch,
});