menu
amadeus_proto
api/widget/api_result_wrapper.dart
ApiResultWrapper
<
T
>
future property
future
dark_mode
light_mode
future
property
Future
<
Either
<
ApiError
,
T
>
>
future
final
Implementation
final Future<Either<ApiError, T>> future;
amadeus_proto
api_result_wrapper
ApiResultWrapper
<
T
>
future property
ApiResultWrapper class