I am learning the provider package. I have a class called person.
Person(this.name,this.amount);
The person is displayed in a list.
How do I pass the particular instance of a person to the change notifier so that I can update the person amount?