migrations top-level property Null safety

Set<Migration> migrations
final

All intelligently-generated migrations from all @Migratable classes on disk

Implementation

final Set<Migration> migrations = <Migration>{
  Migration20210729184953(),
  Migration20210725221238(),
  Migration20210715081743(),
  Migration20210723045509(),
  Migration20210722055903(),
  Migration20210802042017(),
  Migration20210805035603()
};