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