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