menu
match package
documentation
match_extensions.dart
MatchCaseOperators<T>
operator | method
operator | method
dark_mode
light_mode
operator |
method
MatchCase
<
T
>
operator |
(
MatchCase
<
T
>
other
)
Implementation
MatchCase<T> operator |(MatchCase<T> other) { return (n) => this(n) || other(n); }
match package
documentation
match_extensions
MatchCaseOperators<T>
operator | method
MatchCaseOperators extension on
MatchCase
<
T
>