hasWriteWithoutResponse property
      
      bool
      get
      hasWriteWithoutResponse
      
    
    
Check to see if the current implementation has the writeWithoutResponse field.
This may return false on the bluefy browser.
Implementation
bool get hasWriteWithoutResponse =>
    _JSUtil.hasProperty(_jsObject, "writeWithoutResponse");