I created a list like the below one and I need to change the value of the specific field
List <MODEL>list=[
{
ID:"1",
STATUS:"accept",
},
{
ID:"2",
STATUS:"reject"
}
]
i need to change the staus to "accept" for the id=2 is there is any method for this
can any one help me to achieve this