hasProperty function Null safety

bool hasProperty(
  1. Object o,
  2. Object name
)

Implementation

external bool hasProperty(Object o, Object name);