Property constructor
      const
      Property({ 
    
    
- required String key,
- required BaseInstance instance,
Implementation
const Property({
  required this.key,
  required this.instance,
});