TimeAdjustment constructor

TimeAdjustment({
  1. String? date,
  2. String? time,
  3. String? timeIs,
  4. String? uri,
})

Implementation

TimeAdjustment({
  this.date,
  this.time,
  this.timeIs,
  this.uri,
});