format method
Formats the version in a human-readable format.
Implementation
String format() => hasMajor() ? "$major.$minor" : "unknown";
Formats the version in a human-readable format.
String format() => hasMajor() ? "$major.$minor" : "unknown";