mirror of
https://github.com/hanskokx/arcane_framework.git
synced 2026-05-14 02:19:08 +02:00
@@ -0,0 +1,7 @@
|
||||
enum Feature {
|
||||
logging(true),
|
||||
;
|
||||
|
||||
final bool enabledAtStartup;
|
||||
const Feature(this.enabledAtStartup);
|
||||
}
|
||||
Reference in New Issue
Block a user