The solution proposed in https://github.com/schultek/dart_mappable/issues/161 isn't quite the same, because it requires the default value to be a value of the enum and does not allow `null`. Somewhat related to #293.
The solution proposed in #161 isn't quite the same, because it requires the default value to be a value of the enum and does not allow
null.Somewhat related to #293.