upgrade abstract method Null safety

Future<Schema?> upgrade(
  1. Schema fromSchema,
  2. List<Migration> withMigrations,
  3. {bool temporary = false}
)

Implementation

Future<Schema?> upgrade(
  Schema fromSchema,
  List<Migration> withMigrations, {
  bool temporary = false,
});