ObjectView constructor
const
ObjectView({})
Implementation
const ObjectView({
super.key,
this.root = false,
required this.schemaName,
required this.schemas,
required this.object,
required this.onUpdate,
});