operator >= abstract method

bool operator >=(
  1. dynamic obj
)

Returns whether the value of this Number is greater than or equal to the value of obj (a Number or num).

Implementation

bool operator >=(dynamic obj);