Dart API Reference
dart:async
DeferredLoadException
DeferredLoadException
class
Thrown when a deferred library fails to load.
Thrown when a deferred library fails to load.
Implements
Exception
Constructors
DeferredLoadException
(
String
_s
)
Instance Methods
toString
(
) →
String
Returns a string representation of this object.