BluxInApp copyWith({String? id, String? url}) { return BluxInApp(id: id ?? this.id, url: url ?? this.url); }