currentErrorType property

Type? currentErrorType

returns current error runtime type

Implementation

Type? get currentErrorType => _error?.runtimeType;