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