RefreshDatabase constructor

RefreshDatabase({
  1. List<Migration> migrations = const [],
})

Implementation

RefreshDatabase({this.migrations = const []});