FRef<R extends Object, V> constructor

FRef<R extends Object, V>(
  1. R ref, [
  2. V? value
])

Implementation

FRef(this.ref, [super.value]);