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