menu
gtd_helper package
documentation
helper/wrapped_result/result.dart
Error<S, E>
tryGetError method
tryGetError method
dark_mode
light_mode
tryGetError
method
@
override
E
tryGetError
(
)
override
Returns the value of
E
if any.
Implementation
@override E tryGetError() => _error;
gtd_helper package
documentation
helper/wrapped_result/result
Error<S, E>
tryGetError method
Error class