json2builtvalue
json2builtvalue copied to clipboard
Does not handle cases where the list is empty
https://github.com/charafau/json2builtvalue/blob/677fe7721c6ed7cd41e611914640c0e7971e63e3/lib/parser.dart#L159
thanks for comment. surely tests would cover that. real question is, what should generator do in that case? probably skip field.
Either skip the field or make it dynamic, whatever you feel more comfortable with