nim_core
nim_core
NIMNOSTransferProgress
NIMNOSTransferProgress constructor
NIMNOSTransferProgress
NIMNOSTransferProgress
constructor
Null safety
NIMNOSTransferProgress
(
{
required
String
key
,
int
?
transferred
,
int
?
total
}
)
Implementation
NIMNOSTransferProgress({required this.key, this.transferred, this.total});
nim_core
nim_core
NIMNOSTransferProgress
NIMNOSTransferProgress constructor
NIMNOSTransferProgress class
Constructors
NIMNOSTransferProgress
fromMap
Properties
hashCode
key
runtimeType
total
transferred
Methods
noSuchMethod
toMap
toString
Operators
operator ==