toString method
override
Returns a string representation of this object.
Implementation
String toString() {
return "No network selected. Use `Network.use`, `Network.usePublicNetwork` or `Network.useTestNetwork` helper methods to select network.";
}