DART verifique si el objeto tiene propiedad

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