Accept a recommended change since null is now handled properly.

This commit is contained in:
Hyperling 2025-03-21 11:39:23 -07:00
parent 5bf6a0889c
commit d604a59ad1

View File

@ -172,7 +172,7 @@ class SummaryCardForTotals extends StatelessWidget {
default:
throw UnimplementedError(
"Item type ${itemType!.title} not handled in SummaryCardForTotals!",
"Item type ${itemType.title} not handled in SummaryCardForTotals!",
);
}