menu
gtd_helper package
documentation
helper/wrapped_result/result.dart
Success<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() => null;
gtd_helper package
documentation
helper/wrapped_result/result
Success<S, E>
tryGetError method
Success class