CompVal<T extends Comparable<T> >.ref constructor
const
CompVal<T extends Comparable<T> >.ref (
- String ref
Implementation
const factory CompVal.ref(
String ref,
) = CompValueRef<T>;