copyWith abstract method

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

Implementation

IndexElementDefinition copyWith({
  _i2.IndexElementDefinitionType? type,
  String? definition,
});