menu
flint_client package
documentation
flint_client_web.dart
FlintResponse<T>
throwIfError method
throwIfError method
dark_mode
light_mode
throwIfError
method
FlintResponse
<
T
>
throwIfError
(
)
Implementation
FlintResponse<T> throwIfError() { if (isError && error != null) throw error!; return this; }
flint_client package
documentation
flint_client_web
FlintResponse<T>
throwIfError method
FlintResponse class