Dart SDK
dart:html
XPathResult
property runtimeType
runtimeType
class XPathResult
Properties
booleanValue
invalidIteratorState
numberValue
resultType
singleNodeValue
snapshotLength
stringValue
hashCode
runtimeType
Methods
iterateNext
snapshotItem
noSuchMethod
toString
Operators
operator ==
Constants
ANY_TYPE
ANY_UNORDERED_NODE_TYPE
BOOLEAN_TYPE
FIRST_ORDERED_NODE_TYPE
NUMBER_TYPE
ORDERED_NODE_ITERATOR_TYPE
ORDERED_NODE_SNAPSHOT_TYPE
STRING_TYPE
UNORDERED_NODE_ITERATOR_TYPE
UNORDERED_NODE_SNAPSHOT_TYPE
Type
runtimeType
A representation of the runtime type of the object.
Source
Type get runtimeType => getRuntimeType(this);
property runtimeType