DatabaseSchema.empty constructor

DatabaseSchema.empty()

Implementation

factory DatabaseSchema.empty() {
  return DatabaseSchema({});
}