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