asValueProvider method

ValueProvider asValueProvider()

Implementation

ValueProvider asValueProvider() {
  return (parent) => buildJSON(parent);
}