put abstract method

void put(
  1. JsonPath path,
  2. dynamic value, {
  3. required AttributeSource source,
})

Put is like set, but it's not assumed that the data has been sanitized

Implementation

void put(JsonPath path, value, {required AttributeSource source});