GooglePrivacyDlpV2DateTime constructor
GooglePrivacyDlpV2DateTime({
- GoogleTypeDate? date,
- String? dayOfWeek,
- GoogleTypeTimeOfDay? time,
- GooglePrivacyDlpV2TimeZone? timeZone,
Implementation
GooglePrivacyDlpV2DateTime({
this.date,
this.dayOfWeek,
this.time,
this.timeZone,
});