Dart SDK
dart:html
Selection
property runtimeType
runtimeType
class Selection
Properties
anchorNode
anchorOffset
baseNode
baseOffset
extentNode
extentOffset
focusNode
focusOffset
isCollapsed
rangeCount
type
hashCode
runtimeType
Methods
addRange
collapse
collapseToEnd
collapseToStart
containsNode
deleteFromDocument
empty
extend
getRangeAt
modify
removeAllRanges
selectAllChildren
setBaseAndExtent
setPosition
noSuchMethod
toString
Operators
operator ==
Type
runtimeType
A representation of the runtime type of the object.
Source
Type get runtimeType => getRuntimeType(this);
property runtimeType