Dart SDK
dart:html
DomPoint
property supported
supported
class DomPoint
Constructors
DomPoint
internal_
Properties
w
x
y
z
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Static properties
instanceRuntimeType
supported
bool
supported
Checks if this type is supported on the current platform.
Source
static bool get supported => true;
property supported