GoogleAppsCardV1DateTimePicker constructor
GoogleAppsCardV1DateTimePicker({
- HostAppDataSourceMarkup? hostAppDataSource,
- String? label,
- String? name,
- GoogleAppsCardV1Action? onChangeAction,
- int? timezoneOffsetDate,
- String? type,
- String? valueMsEpoch,
Implementation
GoogleAppsCardV1DateTimePicker({
this.hostAppDataSource,
this.label,
this.name,
this.onChangeAction,
this.timezoneOffsetDate,
this.type,
this.valueMsEpoch,
});