copyWith abstract method
Implementation
IndexDefinition copyWith({
String? indexName,
String? tableSpace,
List<_i2.IndexElementDefinition>? elements,
String? type,
bool? isUnique,
bool? isPrimary,
String? predicate,
});
IndexDefinition copyWith({
String? indexName,
String? tableSpace,
List<_i2.IndexElementDefinition>? elements,
String? type,
bool? isUnique,
bool? isPrimary,
String? predicate,
});