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