FReFuture<V> constructor

FReFuture<V>(
  1. String ref, [
  2. V? value
])

Implementation

FReFuture(super.ref, [super.value]);