PartValue<T> constructor

const PartValue<T>(
  1. String name,
  2. T value
)

Implementation

const PartValue(
  this.name,
  this.value,
);