name property - Window class - dart:html library (original) (raw)

description

String? getname

The name of this window.

Other resources

Implementation

String? get name native;

setname (String? value)

Implementation

set name(String? value) native;