userHandle property
String?
get
userHandle
Implementation
String? get userHandle => js_util.getProperty(this, 'userHandle');
set
userHandle
(String? newValue)
Implementation
set userHandle(String? newValue) {
js_util.setProperty(this, 'userHandle', newValue);
}