The name of this window.
Other resources
- Window name) from WebPlatform.org.
Source
@DomName('Window.name')
@DocsEditable()
String get name => _blink.BlinkWindow.instance.name_Getter_(this);
The name of this window.
Other resources
- Window name) from WebPlatform.org.
Source
@DomName('Window.name')
@DocsEditable()
set name(String value) =>
_blink.BlinkWindow.instance.name_Setter_(this, value);