menu
betto_schema
betto_schema.dart
ItemCount
<
T
>
countItems method
countItems
dark_mode
light_mode
countItems
method
bool
countItems
(
Iterable
input
,
int
count
)
Implementation
bool countItems(Iterable input, int count) => input.length == count;
betto_schema
betto_schema
ItemCount
<
T
>
countItems method
ItemCount class