Dart
dart:core
AbstractClassInstantiationError
AbstractClassInstantiationError constructor
AbstractClassInstantiationError
description
AbstractClassInstantiationError
constructor
Null safety
AbstractClassInstantiationError
(
String
className
)
Implementation
AbstractClassInstantiationError(String className) : _className = className;
Dart
dart:core
AbstractClassInstantiationError
AbstractClassInstantiationError constructor
AbstractClassInstantiationError class
Constructors
AbstractClassInstantiationError
Properties
hashCode
runtimeType
stackTrace
Methods
noSuchMethod
toString
Operators
operator ==