KeyPath constructor
      
      KeyPath({ 
    
    
- required KeyPathType type,
- String? string,
- List<String> ? array,
Implementation
KeyPath({required this.type, this.string, this.array});