NIMNOSTransferStatus constructor

NIMNOSTransferStatus({
  1. NIMNOSTransferType? transferType,
  2. String? path,
  3. String? md5,
  4. String? url,
  5. int? size,
  6. NIMNosTransferStatus? status,
  7. String? extension,
})

Implementation

NIMNOSTransferStatus(
    {this.transferType,
    this.path,
    this.md5,
    this.url,
    this.size,
    this.status,
    this.extension});