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