Dart API Referencedart:isolateIsolateSpawnException

IsolateSpawnException Class

Implements

Exception

Constructors

Code const IsolateSpawnException(String _s) #

const IsolateSpawnException(String this._s);

Methods

Code String toString() #

String toString() => "IsolateSpawnException: '$_s'";