from property

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

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

Implementation

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