GooglePrivacyDlpV2DateTime constructor

GooglePrivacyDlpV2DateTime({
  1. GoogleTypeDate? date,
  2. String? dayOfWeek,
  3. GoogleTypeTimeOfDay? time,
  4. GooglePrivacyDlpV2TimeZone? timeZone,
})

Implementation

GooglePrivacyDlpV2DateTime({
  this.date,
  this.dayOfWeek,
  this.time,
  this.timeZone,
});