CancelRequestMessage class

Inheritance

Constructors

CancelRequestMessage({required int processId, required int secretKey})

Properties

hashCode int
The hash code for this object.
no setterinherited
processId int
The process ID of the target backend.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secretKey int
The secret key for the target backend.
final

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