copy method

Implementation

DatabaseSchema copy() => DatabaseSchema(
      {for (var t in tables.entries) t.key: t.value.copy()},
    );