versionCode property

String? versionCode
getter/setter pair

The current version of the app.

Note that the version can automatically increase during the lifetime of the web app, while Google does internal housekeeping to keep the web app up-to-date.

Implementation

core.String? versionCode;