schultek / dart_mappable

Improved json serialization and data classes with full support for generics, inheritance, customization and more.
https://pub.dev/packages/dart_mappable
MIT License
135 stars 20 forks source link

Errors when nesting records #193

Open chimon2000 opened 1 month ago

chimon2000 commented 1 month ago

When attempting to nest a record in another MappableRecord or in a MappableClass, I am receiving the following error:

Failed to decide: <MappableClass>.<RecordKey>...Did you forget to annotate the class or register a custom mapper?