EngineNotInitilizedException constructor
EngineNotInitilizedException({
- String message = 'Engine not initialized',
- Object? origin,
- StackTrace? stackTrace,
Implementation
EngineNotInitilizedException({
String message = 'Engine not initialized',
Object? origin,
StackTrace? stackTrace,
}) : super(message: message, origin: origin, stackTrace: stackTrace ?? StackTrace.current);