Dart API Referencedart:isolateIsolateSpawnException

IsolateSpawnException class

class IsolateSpawnException implements Exception {
 const IsolateSpawnException(String this._s);
 String toString() => "IsolateSpawnException: '$_s'";
 final String _s;
}

Implements

Exception

Constructors

const IsolateSpawnException(String _s) #

const IsolateSpawnException(String this._s);

Methods

String toString() #

Returns a string representation of this object.

docs inherited from Object
String toString() => "IsolateSpawnException: '$_s'";