getException method
Implementation
DartBlockException? getException() {
if (exception == null) {
return null;
}
return DartBlockException.fromJson(exception!);
}
DartBlockException? getException() {
if (exception == null) {
return null;
}
return DartBlockException.fromJson(exception!);
}