argument property

Object? argument
final

If this provider was created with the .family modifier, argument is the variable that was used.

On generated providers, this will be a record of all arguments.

Implementation

final Object? argument;