WebMessage class

The Dart representation of the HTML5 PostMessage event. See https://html.spec.whatwg.org/multipage/comms.html#the-messageevent-interfaces for definition of a MessageEvent in HTML5.

Constructors

WebMessage({String? data, List<WebMessagePort>? ports})

Properties

data String?
The data of the message.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
ports List<WebMessagePort>?
The ports that are sent with the message.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited