name property
The name of this window.
Other resources
- Window.name from MDN.
Implementation
String? get name native;
Implementation
set name(String? value) native;
The name of this window.
String? get name native;
set name(String? value) native;