record_key library
Functions
-
ensureValidRecordKey(
String recordKey) → void -
Ensures
recordKeyis a syntactically valid Record Key. -
isValidRecordKey(
String recordKey) → bool -
Returns true if
recordKeyis valid, otherwise false.
Exceptions / Errors
- InvalidRecordKeyError
- Indicates that the passed Record Key could not be parsed.