eager property

bool eager
final

Whether provider should be eagerly created at build time.

Otherwise the AppView will provide a getter for the provider to lazily access the provider and return it.

Implementation

final bool eager;