MeshDocument constructor
MeshDocument({
- void sendChangesToBackend()?,
- required MeshSchema schema,
Implementation
MeshDocument({super.sendChangesToBackend, required super.schema})
: super(id: const Uuid().v4(), sendChanges: DocumentRuntime.instance.sendChanges) {
DocumentRuntime.instance.registerDocument(this);
}