GoogleAppsCardV1DateTimePicker constructor

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

Implementation

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