appVersion property

String? appVersion
getter/setter pair

Optional - If omitted and the template has any conditions that depend on app_version, they will be evaluated as false.

App version, using the native app version format on the client's OS. Examples: 0, 123, 0123, 1.2.3, 001.33.043.321.55 .

Implementation

core.String? appVersion;