CloneableFile or Raw DataΒΆ

DeltaTraceDB internally manages data using a JSON-serializable Map (Dict), but you can also pass a class that inherits CloneableFile directly as data.

CloneableFile is an abstract class found in the following package:

Dart version: [https://pub.dev/packages/file_state_manager]

Python version: [https://pypi.org/project/file-state-manager]

Unless there are specific issues, I recommend using a data class that inherits CloneableFile, especially on the front end.