menu
kaeru package
documentation
widget/kaeru_widget/composables/use_request/pagination/controller.dart
PaginationController<T>
error property
error property
dark_mode
light_mode
error
property
Ref
<
Object
?
>
error
final
The error object if the request fails. It is a
Ref
.
Implementation
final Ref<Object?> error = ref(null);
kaeru package
documentation
widget/kaeru_widget/composables/use_request/pagination/controller
PaginationController<T>
error property
PaginationController class