PropertyView constructor
const
PropertyView({})
Implementation
const PropertyView({
required this.property,
required this.value,
required this.isId,
required this.isIndexed,
required this.onUpdate,
super.key,
});