fromDatastoreKey abstract method

Key fromDatastoreKey(
  1. Key datastoreKey
)

Converts a ds.Key to a Key.

Implementation

Key fromDatastoreKey(ds.Key datastoreKey);