Dart SDK
dart:html
DomError
property runtimeType
runtimeType
class DomError
Constructors
DomError
Properties
message
name
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Type
runtimeType
A representation of the runtime type of the object.
Source
Type get runtimeType => getRuntimeType(this);
property runtimeType