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

Allow setting null value in copyWith function #57

Closed astralstriker closed 4 years ago

astralstriker commented 4 years ago

such that print(movie.copyWith(name: null)) should print Movie(name:null)