json_model icon indicating copy to clipboard operation
json_model copied to clipboard

嵌套属性无法tojson只会转换第一层

Open pidehen23 opened this issue 2 years ago • 2 comments

pidehen23 avatar Apr 08 '22 04:04 pidehen23

截屏2022-04-08 12 01 58

pidehen23 avatar Apr 08 '22 04:04 pidehen23

预期应该是: 'child': instance.child?.map((e) => e.toJson()).toList(),

pidehen23 avatar Apr 08 '22 04:04 pidehen23