build abstract method

FutureOr<Map<String, T>> build(
  1. ProviderReference ref
)

The process of combining models to create data.

You can run the ref.watch() method to listen for updates in other models and notify you of updates in this model.

Implementation

FutureOr<Map<String, T>> build(ProviderReference ref);