installVersion property

String? installVersion

The app's version at the time when the app was first installed.

Implementation

String? get installVersion {
  return _installVersion;
}