BackupModel constructor Null safety
- {required String path,
- Uint8List? signature,
- DateTime? timestamp}
Builds a BackupModel.
Implementation
BackupModel({required this.path, this.signature, this.timestamp});
Builds a BackupModel.
BackupModel({required this.path, this.signature, this.timestamp});