getVersion property

String getVersion

Implementation

String get getVersion =>
    packageInfo.value == null ? "-" : packageInfo.value!.version;