operator >= method

bool operator >=(
  1. SqliteVersion other
)

Implementation

bool operator >=(SqliteVersion other) => compareTo(other) >= 0;