userHandle property

String? userHandle

Implementation

String? get userHandle => js_util.getProperty(this, 'userHandle');
void userHandle=(String? newValue)

Implementation

set userHandle(String? newValue) {
  js_util.setProperty(this, 'userHandle', newValue);
}