toPersistenceDoc method

FilePersistDocument toPersistenceDoc()

Implementation

FilePersistDocument toPersistenceDoc() {
  return FilePersistDocument(
    key: key,
    encryptionEnabled: isEncryptionEnabled(),
    dataStoreName: getDatastoreName(),
    data: getJson(),
  );
}