operator >= method

bool operator >=(
  1. Object o
)

Implementation

bool operator >=(Object o) => compare(_Comparator.gte, o);