nativeApplication property
String?
get
nativeApplication
The name of the native application that opened the connection, if any.
Implementation
String? get nativeApplication => _wrapped.nativeApplication;
set
nativeApplication
(String? v)
Implementation
set nativeApplication(String? v) {
_wrapped.nativeApplication = v;
}