mobileapplicationPassvault/lib/hive_storage/deleted_hive.dart

6 lines
65 B
Dart

class DataModel {
final int delid;
DataModel(this.delid);
}