type property

String type
final

The type of the message.

If the message is sent from javascript, the type is toDart. If the message is sent from dart, the type is toIframe.

Implementation

final String type;