Dart
dart:html
MessageEvent
source property
source
MessageEvent class
Constructors
MessageEvent
Properties
data
lastEventId
origin
source
suborigin
bubbles
cancelable
composed
currentTarget
defaultPrevented
eventPhase
hashCode
isTrusted
matchingTarget
path
runtimeType
target
timeStamp
type
Methods
composedPath
noSuchMethod
preventDefault
stopImmediatePropagation
stopPropagation
toString
Operators
operator ==
source property
EventTarget
source
Implementation
EventTarget get source => _convertNativeToDart_EventTarget(this._get_source);