copyWith abstract method
Returns a shallow copy of this IndexDefinition with some or all fields replaced by the given arguments.
Implementation
@_i1.useResult
IndexDefinition copyWith({
String? indexName,
String? tableSpace,
List<_i2.IndexElementDefinition>? elements,
String? type,
bool? isUnique,
bool? isPrimary,
String? predicate,
});