class ORM { final String tableName; const ORM([this.tableName]); } const ORM orm = const ORM();