arg property
Arg
arg
latefinal
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;
The argument that was passed to this family.
For example, when doing:
ref.watch(provider(0));
then arg will be 0
.
late final Arg arg;