value property

Future<F> get value

Implementation

Future<F> get value async {
  return _converter.fromNative(await _getter(_guid));
}