lt method

  1. @override
Logic lt(
  1. dynamic other
)
override

Less-than.

Implementation

@override
Logic lt(dynamic other) => packed.lt(other);