StylePropertyMap class
- Inheritance
-
- Object
- StylePropertyMapReadonly
- StylePropertyMap
- Annotations
-
- @Native("StylePropertyMap")
Properties
- hashCode â int
-
The hash code for this object.
no setterinherited
- runtimeType â Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
append(
String property, Object value) â void -
delete(
String property) â void -
get(
String property) â CssStyleValue? -
inherited
-
getAll(
String property) â List< CssStyleValue> -
inherited
-
getProperties(
) â List< String> -
inherited
-
has(
String property) â bool -
inherited
-
noSuchMethod(
Invocation invocation) â dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
set(
String property, Object value) â void -
toString(
) â String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) â bool -
The equality operator.
inherited