arg property

Arg arg
latefinalinherited

The argument that was passed to this family.

For example, when doing:

ref.watch(provider(0));

then arg will be 0.

Implementation

late final Arg arg;