Timezone copyWith({int? id, String? name}) { return Timezone(id: id ?? this.id, name: name ?? this.name); }