String name

The name of this window.

Other resources

Source

@DomName('Window.name')
@DocsEditable()
String get name => _blink.BlinkWindow.instance.name_Getter_(this);
void name=(String value)

The name of this window.

Other resources

Source

@DomName('Window.name')
@DocsEditable()
set name(String value) =>
    _blink.BlinkWindow.instance.name_Setter_(this, value);