xsahil03x / super_enum

Create super-powered dart enums similar to sealed classes in Kotlin
https://pub.dev/packages/super_enum
MIT License
116 stars 13 forks source link

Make object classes as Singleton #13

Closed xsahil03x closed 4 years ago

xsahil03x commented 4 years ago

As object classes do not contain any fields, they should be converted into the singleton classes.