Inheritance
Implemented by
Annotations
  • @DocsEditable()
  • @DomName('StyleSheet')

Static Properties

instanceRuntimeType Type

@Deprecated("Internal Use Only"), read-only

Constructors

StyleSheet.internal_()

Properties

disabled bool

@DocsEditable(), @DomName('StyleSheet.disabled'), read / write
href String

@DocsEditable(), @DomName('StyleSheet.href'), read-only
media MediaList

@DocsEditable(), @DomName('StyleSheet.media'), read-only
ownerNode Node

@DocsEditable(), @DomName('StyleSheet.ownerNode'), read-only
parentStyleSheet StyleSheet

@DocsEditable(), @DomName('StyleSheet.parentStyleSheet'), read-only
title String

@DocsEditable(), @DomName('StyleSheet.title'), read-only
type String

@DocsEditable(), @DomName('StyleSheet.type'), 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