dart_mappable icon indicating copy to clipboard operation
dart_mappable copied to clipboard

MappableRecord.toMap includes metadata for nullable fields

Open chimon2000 opened this issue 3 months ago • 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.

chimon2000 avatar May 13 '24 21:05 chimon2000