static String formattedString(int? value) { var version = Version(value: value); return version.string; }