NIMAttachmentProgress constructor Null safety

NIMAttachmentProgress(
  1. {required String id,
  2. double? progress}
)

Implementation

NIMAttachmentProgress({required this.id, this.progress});