rinukkusu / spotify-dart

A dart library for interfacing with the Spotify API.
BSD 3-Clause "New" or "Revised" License
207 stars 93 forks source link

Replaces `ExtendedEnum` with dart's enhanced enum concept #165

Closed hayribakici closed 1 year ago

hayribakici commented 1 year ago

This PR replaces the ExtendedEnum class with dart's enhanced enum concept resulting in less class overhead.

rinukkusu commented 1 year ago

Ah cool - and this changes nothing in de-/serialization? :0

hayribakici commented 1 year ago

No it doesn't, because the enums are only method parameters that are changed.