@override NudgeUi copyWith({ required String id, required String token, }) { return NudgeBottomSheetsUi( id: id, token: token, ); }