Dart Vérifiez si l'objet a une propriété

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