Dart SDK
dart:html
NodeFilter
property runtimeType
runtimeType
class NodeFilter
Properties
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Constants
FILTER_ACCEPT
FILTER_REJECT
FILTER_SKIP
SHOW_ALL
SHOW_COMMENT
SHOW_DOCUMENT
SHOW_DOCUMENT_FRAGMENT
SHOW_DOCUMENT_TYPE
SHOW_ELEMENT
SHOW_PROCESSING_INSTRUCTION
SHOW_TEXT
Type
runtimeType
A representation of the runtime type of the object.
Source
Type get runtimeType => getRuntimeType(this);
property runtimeType