AutoMigrationConfig constructor

AutoMigrationConfig({
  1. bool? autoMigrationEnabled,
  2. String? name,
  3. String? updateTime,
})

Implementation

AutoMigrationConfig({this.autoMigrationEnabled, this.name, this.updateTime});