DOMPoint class
- Implemented types
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- matrixTransform ↔ DOMPoint Function([DOMMatrixInit?])
-
Available on DOMPointReadOnly, provided by the DOMPointReadOnly$Typings extension
getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- toJSON ↔ dynamic Function()
-
Available on DOMPointReadOnly, provided by the DOMPointReadOnly$Typings extension
getter/setter pair - w ↔ num
-
Available on DOMPoint, provided by the DOMPoint$Typings extension
MDN Referencegetter/setter pair - w → num
-
Available on DOMPointReadOnly, provided by the DOMPointReadOnly$Typings extension
MDN Referenceno setter - x ↔ num
-
Available on DOMPoint, provided by the DOMPoint$Typings extension
MDN Referencegetter/setter pair - x → num
-
Available on DOMPointReadOnly, provided by the DOMPointReadOnly$Typings extension
MDN Referenceno setter - y ↔ num
-
Available on DOMPoint, provided by the DOMPoint$Typings extension
MDN Referencegetter/setter pair - y → num
-
Available on DOMPointReadOnly, provided by the DOMPointReadOnly$Typings extension
MDN Referenceno setter - z ↔ num
-
Available on DOMPoint, provided by the DOMPoint$Typings extension
MDN Referencegetter/setter pair - z → num
-
Available on DOMPointReadOnly, provided by the DOMPointReadOnly$Typings extension
MDN Referenceno setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- fromPoint ↔ DOMPoint Function([DOMPointInit?])
-
getter/setter pair