builder property
The builder function which recevies the QueryResult along with the BuildContext
Implementation
final Widget Function(BuildContext, QueryResult<TData, TError>) builder;
The builder function which recevies the QueryResult along with the BuildContext
final Widget Function(BuildContext, QueryResult<TData, TError>) builder;