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