NIMNOSTransferProgress constructor Null safety

NIMNOSTransferProgress(
  1. {required String key,
  2. int? transferred,
  3. int? total}
)

Implementation

NIMNOSTransferProgress({required this.key, this.transferred, this.total});