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