menu
h_utils package
documentation
control_flow/optional/empty.dart
Empty<T>
orThrow method
orThrow method
dark_mode
light_mode
orThrow
method
T
orThrow
(
Exception
exception
)
override
Implementation
T orThrow(final Exception exception) => throw exception;
h_utils package
documentation
control_flow/optional/empty
Empty<T>
orThrow method
Empty class