requiredPlatformVersion property

String? requiredPlatformVersion
getter/setter pair

Input only.

The required platform version e.g. 1.13.1. If the current platform version is lower than the target version, the platform version will be updated to the target version. If the target version is not installed in the platform (bundle versions), download the target version bundle.

Implementation

core.String? requiredPlatformVersion;