CancelRequestMessage class
- Inheritance
-
- Object
- Message
- ClientMessage
- CancelRequestMessage
Constructors
- CancelRequestMessage({required int processId, required int secretKey})
Properties
Methods
-
applyToBuffer(
PgByteDataWriter buffer) → void -
override
-
asBytes(
{required Encoding encoding}) → Uint8List -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited