canRethrow property

bool get canRethrow

Determines whether this service should rethrow errors from load. Can be overridden by subclasses to customize behavior.

Implementation

bool get canRethrow => false;