FlutterDesktopMessage class final

A message received from Flutter.

Inheritance

Constructors

FlutterDesktopMessage()

Properties

channel Pointer<Int8>
The name of the channel used for this message.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
message Pointer<Uint8>
The raw message data.
getter/setter pair
message_size int
The length of message.
getter/setter pair
response_handle Pointer<FlutterDesktopMessageResponseHandle>
The response handle. If non-null, the receiver of this message must call FlutterDesktopSendMessageResponse exactly once with this handle.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
struct_size int
Size of this struct as created by Flutter.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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