menu
rohd
rohd.dart
LogicStructure
operator >> method
operator >>
dark_mode
light_mode
operator >>
method
@
override
Logic
operator >>
(
dynamic
other
)
override
Arithmetic right-shift.
Implementation
@override Logic operator >>(dynamic other) => packed >> other;
rohd
rohd
LogicStructure
operator >> method
LogicStructure class