self property

WindowBase self
@DocsEditable(), @DomName('Window.self')

The current window.

Other resources

Window.self from MDN.

Implementation

@DomName('Window.self')
@DocsEditable()
WindowBase get self => _convertNativeToDart_Window(this._get_self);