core.List<core.int> get rowKeyPrefixAsBytes => convert.base64.decode(rowKeyPrefix!);
set rowKeyPrefixAsBytes(core.List<core.int> bytes_) { rowKeyPrefix = convert.base64.encode(bytes_).replaceAll('/', '_').replaceAll('+', '-'); }