isVersionLessThan method

bool isVersionLessThan(
  1. String other
)

Implementation

bool isVersionLessThan(String other) => compareVersions(this, other) < 0;