IndexElementDefinition constructor
      
      IndexElementDefinition({ 
    
    
- required IndexElementDefinitionType type,
- required String definition,
Implementation
factory IndexElementDefinition({
  required _i2.IndexElementDefinitionType type,
  required String definition,
}) = _IndexElementDefinitionImpl;