menu
rollbar_flutter_aio package
documentation
common/src/result.dart
Result<T, E extends Error>
success property
success property
dark_mode
light_mode
success
property
T
get
success
Implementation
T get success => (this as Success<T, E>).value;
rollbar_flutter_aio package
documentation
common/src/result
Result<T, E extends Error>
success property
Result class