devToolsAddress property

String devToolsAddress
final

The address to bind the DevTools server to.

Only used when enableDevTools is true. Default is '0.0.0.0' to allow connections from any network interface.

Implementation

final String devToolsAddress;