name property

String? name
final

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;