appVersion property
Version consisting of versionName and versionCode for Android and
CFBundleShortVersionString and CFBundleVersion for iOS.
Implementation
@$pb.TagNumber(9)
$core.String get appVersion => $_getSZ(6);
Implementation
@$pb.TagNumber(9)
set appVersion($core.String v) {
$_setString(6, v);
}