set abstract method

void set(
  1. JsonPath path,
  2. dynamic value, {
  3. AttributeSource source = AttributeSource.model,
})

Sets a value in the underlying model

Implementation

void set(JsonPath path, value,
    {AttributeSource source = AttributeSource.model});