IndexElementDefinition constructor

IndexElementDefinition({
  1. required IndexElementDefinitionType type,
  2. required String definition,
})

Implementation

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