menu
betto_schema
betto_schema.dart
MaxItems
<
T
>
maxItems method
maxItems
dark_mode
light_mode
maxItems
method
bool
maxItems
(
Iterable
input
,
int
max
)
Implementation
bool maxItems(Iterable input, int max) => input.length <= max;
betto_schema
betto_schema
MaxItems
<
T
>
maxItems method
MaxItems class