Accept a recommended change since null is now handled properly.
This commit is contained in:
parent
5bf6a0889c
commit
d604a59ad1
@ -172,7 +172,7 @@ class SummaryCardForTotals extends StatelessWidget {
|
|||||||
|
|
||||||
default:
|
default:
|
||||||
throw UnimplementedError(
|
throw UnimplementedError(
|
||||||
"Item type ${itemType!.title} not handled in SummaryCardForTotals!",
|
"Item type ${itemType.title} not handled in SummaryCardForTotals!",
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user