- Inheritance
- Object
- JSObject
- DartHtmlDomObject
- NavigatorID
- Implemented by
- Annotations
- @DocsEditable()
- @DomName('NavigatorID')
- @Experimental()
Properties
- appCodeName → String
-
@DocsEditable(), @DomName('NavigatorID.appCodeName'), @Experimental(), read-only
- appName → String
-
@DocsEditable(), @DomName('NavigatorID.appName'), @Experimental(), read-only
- appVersion → String
-
@DocsEditable(), @DomName('NavigatorID.appVersion'), @Experimental(), read-only
- dartEnabled → bool
-
@DocsEditable(), @DomName('NavigatorID.dartEnabled'), @Experimental(), read-only
- platform → String
-
@DocsEditable(), @DomName('NavigatorID.platform'), @Experimental(), read-only
- product → String
-
@DocsEditable(), @DomName('NavigatorID.product'), @Experimental(), read-only
- userAgent → String
-
@DocsEditable(), @DomName('NavigatorID.userAgent'), @Experimental(), read-only
- hashCode → int
-
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Operators
-
operator ==(
other) → bool -
The equality operator.
inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited -
toString(
) → String -
Returns the result of the JavaScript objects
toString
method.inherited