TransferStateUpdate class

Constructors

TransferStateUpdate({int? status, int? dataId, int? totalBytes, int? bytesTransferred, int? hash})
TransferStateUpdate.fromMap(Map map)
factory

Properties

bytesTransferred int?
final
dataId int?
final
hash int?
Hash value of the data object that was created and transferred on the platform side. This will be accessible to Flutter with the callback that returns the transferred data, such as HMSTransferEngine.dataOnTransferUpdate.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status int?
final
totalBytes int?
final

Methods

equals(dynamic object) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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