Closed hayribakici closed 1 year ago
This PR replaces the ExtendedEnum class with dart's enhanced enum concept resulting in less class overhead.
ExtendedEnum
Ah cool - and this changes nothing in de-/serialization? :0
No it doesn't, because the enums are only method parameters that are changed.
enum
This PR replaces the
ExtendedEnum
class with dart's enhanced enum concept resulting in less class overhead.