menu
hubble_core package
documentation
hubble_http/utils.dart
DataExtractor<T>
toDataNullable method
toDataNullable method
dark_mode
light_mode
toDataNullable
method
Future
<
T?
>
toDataNullable
(
)
Implementation
Future<T?> toDataNullable() async { return dataOrThrowFirstValidationError(await this); }
hubble_core package
documentation
hubble_http/utils
DataExtractor<T>
toDataNullable method
DataExtractor extension on
Future
<
Result
<
T
>
>