ObjectElementClient class abstract
Constructors
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
-
didAttachRenderer(
) → void -
didDetachRenderer(
) → void -
dispose(
) → void -
getProperty(
String key) → dynamic -
handleJSCall(
String method, List argv) → dynamic -
initElementClient(
Map< String, dynamic> properties) → Future -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeProperty(
String key) → void -
setProperty(
String key, dynamic value) → void -
setStyle(
String key, dynamic value) → void -
toString(
) → String -
A string representation of this object.
inherited
-
willAttachRenderer(
) → void -
willDetachRenderer(
) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited