TransferResultInfo class

Constructors

TransferResultInfo({int? resultCode, ByteBuffer? data})
TransferResultInfo.fromJS(TransferResultInfo _wrapped)

Properties

data ByteBuffer?
The data returned by an input transfer. undefined for output transfers.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
resultCode int?
A value of 0 indicates that the transfer was a success. Other values indicate failure.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toJS → TransferResultInfo
no setter

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