menu
stl
stl.dart
Box
<
T
>
operator > method
operator >
dark_mode
light_mode
operator >
method
bool
operator >
(
dynamic
other
)
Greater than comparison.
Implementation
bool operator >(dynamic other) => (value as dynamic) > _extract(other);
stl
stl
Box
<
T
>
operator > method
Box class