feat: update dashboard

This commit is contained in:
efrilm
2025-08-07 15:47:38 +07:00
parent 5a260ca3a1
commit fbd59964c3
5 changed files with 146 additions and 151 deletions
@@ -512,12 +512,11 @@ class _$SuccessImpl implements _Success {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$SuccessImpl &&
const DeepCollectionEquality().equals(other.printer, printer));
(identical(other.printer, printer) || other.printer == printer));
}
@override
int get hashCode =>
Object.hash(runtimeType, const DeepCollectionEquality().hash(printer));
int get hashCode => Object.hash(runtimeType, printer);
/// Create a copy of GetPrinterTicketState
/// with the given fields replaced by the non-null parameter values.