has method

bool has(
  1. String property
)

Implementation

bool has(String property)
{
  return _castToMap()[property] != null;
}