newestBuildNumber property
String?
get
newestBuildNumber
newest's build number.
Do not compare this against another build number as a string — use AppStoreBuild.buildNumberAsInt, via newest, which says why. Kept as a string because that is what the listing prints and what a caller reporting "the store holds 2132" wants; the comparison is a different job with a different type.
Implementation
String? get newestBuildNumber => newest?.buildNumber;