from property

  1. @override
StateNotifierProviderFamily<Notifier, Value, Object?>? from
override

If this provider was created with the .family modifier, from is the .family instance.

Implementation

@override
StateNotifierProviderFamily<Notifier, Value, Object?>? get from =>
    super.from as StateNotifierProviderFamily<Notifier, Value, Object?>?;