$Comparable<T>.wrap constructor
$Comparable<T>.wrap (
- Comparable<
T> $value
Wrap a Comparable in a $Comparable.
Implementation
$Comparable.wrap(this.$value) : _superclass = $Object($value);