这是我想从中获取所有键的代码 json 代码,值为 null
{
"service": "register",
"employee": {
"employeeId": "bcvfevse",
"officeId": null,
"email": null,
"name" : "Chetan Patil",
"position" : "Flutter Developer",
"number" : null
},
"device": {
"type": "android",
"uniqueId": "9774d56d682e549c"
}
}
我想要类似 ["number","email","officeId"] 的“DART”