name property
The name of the javascript object. If left out the name of the class will be used.
The name could for example be navigator.Bluetooth if it is nested
inside another global variable.
Implementation
final String? name;
The name of the javascript object. If left out the name of the class will be used.
The name could for example be navigator.Bluetooth if it is nested
inside another global variable.
final String? name;