operator >>> method

  1. @override
Logic operator >>>(
  1. dynamic other
)
override

Logical right-shift.

Implementation

@override
Logic operator >>>(dynamic other) => packed >>> other;