isVersionGreaterThan method

bool isVersionGreaterThan(
  1. String other
)

Implementation

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