isVersionLessThanOrEqual method

bool isVersionLessThanOrEqual(
  1. String other
)

Implementation

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