Time constructor

Time({
  1. String? dateTime,
  2. String? timeZone,
})

Creates a new instance of Time.

Both parameters are optional.

Implementation

Time({this.dateTime, this.timeZone});