IStorage constructor

IStorage({
  1. required String dbName,
})

Implementation

IStorage({required this.dbName});