PartValueFile<T> constructor

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

Implementation

const PartValueFile(super.name, super.value);