operator >= method

bool operator >=(
  1. Object other
)

Implementation

bool operator >=(Object other) => other is SchemaVersion && compareTo(other) >= 0;