hasIsPrimary method

bool hasIsPrimary()

Check to see if the isPrimary exists on the js object.

It may not exist on some browsers.

See:

Implementation

bool hasIsPrimary() => _JSUtil.hasProperty(_jsObject, "isPrimary");