record_key library

Functions

ensureValidRecordKey(String recordKey) → void
Ensures recordKey is a syntactically valid Record Key.
isValidRecordKey(String recordKey) bool
Returns true if recordKey is valid, otherwise false.

Exceptions / Errors

InvalidRecordKeyError
Indicates that the passed Record Key could not be parsed.