trace property
StackTrace?
get
trace
Implementation
StackTrace? get trace {
if (!hasError) {
throw StateError('This snapshot does not have an error');
}
return _trace;
}
StackTrace? get trace {
if (!hasError) {
throw StateError('This snapshot does not have an error');
}
return _trace;
}