hasBroadcast property

bool get hasBroadcast

Check to see if the current implementation has the broadcast field.

This may return false on the bluefy browser.

Implementation

bool get hasBroadcast => _JSUtil.hasProperty(_jsObject, "broadcast");