dart check if object has property

66

if (obj.containsKey('property')) {
    // do something
}

Comments

Submit
0 Comments