appVersion property

int get appVersion

Implementation

int get appVersion {
  if (_definition.isDefined) {
    return _definition.developerIdMesg?.applicationVersion ?? 0;
  }
  return 0;
}