version property

String? get version

If an update is available, this contains the version of the available update.

Implementation

String? get version => _wrapped.version;
set version (String? v)

Implementation

set version(String? v) {
  _wrapped.version = v;
}