InterpolationFormat constructor

const InterpolationFormat(
  1. String name,
  2. Map<String, Object> options
)

Implementation

const InterpolationFormat(this.name, this.options);