XNamed<T> constructor

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

Implementation

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