Dart SDK
dart:core
AbstractClassInstantiationError
class
AbstractClassInstantiationError
Constructors
Methods
Constructors
AbstractClassInstantiationError
Methods
toString
Error thrown when trying to instantiate an abstract class.
Extends
Object
Error
AbstractClassInstantiationError
Properties
StackTrace
stackTrace
read-only ,
inherited
Constructors
AbstractClassInstantiationError
(
String
_className
)
Methods
toString
(
) →
String
Returns a string representation of this object.