CompVal<T extends Comparable<T>>.ref constructor

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

Implementation

const factory CompVal.ref(
  String ref,
) = CompValueRef<T>;