getValue method

Future<V?> getValue(
  1. SdbClient client
)

Get a single record value.

Implementation

Future<V?> getValue(SdbClient client) async =>
    (await impl.getImpl(client))?.value;