onlyProvider property
false: read Provider first, then Global true: only read provider; null: read Global first, then Provider;
Implementation
final bool? onlyProvider;
false: read Provider first, then Global true: only read provider; null: read Global first, then Provider;
final bool? onlyProvider;