operator >= method Null safety

bool operator >= (
  1. num other
)

Relational greater than or equal operator.

Implementation

bool operator >=(num other);