Interpolation constructor

const Interpolation(
  1. List<InterpolationNode> _nodes
)

Creates an instance of Interpolation with the given nodes.

Implementation

const Interpolation(this._nodes);