TimezoneResponse constructor
TimezoneResponse({})
Implementation
TimezoneResponse({
super.status,
super.errorMessage,
required this.dstOffset,
required this.rawOffset,
required this.timeZoneId,
required this.timeZoneName,
});