getByKeySync method

KV? getByKeySync(
  1. String key
)

Implementation

KV? getByKeySync(String key) {
  return getByIndexSync(r'key', [key]);
}