menu
loyalty_core_flutter package
documentation
result/result.dart
Result<DATA, ERROR extends Exception>
getOrNull method
getOrNull method
dark_mode
light_mode
getOrNull
method
DATA?
getOrNull
(
)
Implementation
DATA? getOrNull() => data;
loyalty_core_flutter package
documentation
result/result
Result<DATA, ERROR extends Exception>
getOrNull method
Result class