menu
match package
documentation
match_extensions.dart
range function
range function
dark_mode
light_mode
range
function
MatchCase
<
num
>
range
(
num
from
,
num
to
)
Implementation
MatchCase<num> range(num from, num to) { return (n) => n >= from && n <= to; }
match package
documentation
match_extensions
range function
match_extensions library