TimeZone copyWith({String? id, String? name, int? utcTimeOffset}) => TimeZone( id: id ?? this.id, name: name ?? this.name, utcTimeOffset: utcTimeOffset ?? this.utcTimeOffset, );