UpdateFailedException constructor
UpdateFailedException({
- String message = 'Update failed',
- Object? origin,
- StackTrace? stackTrace,
Implementation
UpdateFailedException({
String message = 'Update failed',
Object? origin,
StackTrace? stackTrace,
}) : super(message: message, origin: origin, stackTrace: stackTrace ?? StackTrace.current);