schultek/dart_mappable

MappableRecord.toMap includes metadata for nullable fields

Closed this issue · 1 comments

When attempting to use toMap I noticed that my API endpoints are failing. This is because the endpoints reject the additional _type that is injected into the map as the result of defining a record with nullable fields.

Can you give me a reproducible example for this?