isRiverpod property
bool
get
isRiverpod
Whether the configured dependency injection strategy uses Riverpod.
Implementation
bool get isRiverpod => strategy == 'riverpod';
Whether the configured dependency injection strategy uses Riverpod.
bool get isRiverpod => strategy == 'riverpod';