source property
MessageEventSource?
get
source
Returns the WindowProxy of the source window, for cross-document messaging, and the MessagePort being attached, in the connect event fired at SharedWorkerGlobalScope objects.
Implementation
_i3.MessageEventSource? get source => _i4.getProperty(
this,
'source',
);