appRevision property
String
get
appRevision
Implementation
String get appRevision {
if (_nativeWebFInfo.ref.app_revision == nullptr) return '';
return _nativeWebFInfo.ref.app_revision.toDartString();
}