builder property

Widget Function(BuildContext context, List<T>? response) builder
final

The builder for a widget when the API call is successfull. The response argument is the class decoded by the ConnectionManager.

Implementation

final Widget Function(BuildContext context, List<T>? response) builder;