Stylesheet class

A map of CSS selectors to their styles.

Implemented types

Constructors

Stylesheet(Map<String, Style> rules)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
rules Map<String, Style>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toCss() String
Converts the stylesheet to a CSS string.
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited