studioFavoritesOnlyProvider top-level property

NotifierProvider<StudioFavoritesOnlyNotifier, bool> studioFavoritesOnlyProvider
final

Implementation

final studioFavoritesOnlyProvider =
    NotifierProvider<StudioFavoritesOnlyNotifier, bool>(
      StudioFavoritesOnlyNotifier.new,
    );