Timezone.fromRawJson constructor
Timezone.fromRawJson(
- String str
Implementation
factory Timezone.fromRawJson(String str) =>
Timezone.fromJson(json.decode(str));
factory Timezone.fromRawJson(String str) =>
Timezone.fromJson(json.decode(str));