DatabaseWithObjectStores constructor
      
      DatabaseWithObjectStores({ 
    
    
- required String name,
- required num version,
- required List<ObjectStore> objectStores,
Implementation
DatabaseWithObjectStores({
  required this.name,
  required this.version,
  required this.objectStores,
});