CompValueRef<T extends Comparable<T>> constructor

const CompValueRef<T extends Comparable<T>>(
  1. String ref
)

Implementation

const CompValueRef(
  this.ref,
) : super._();