copyWith abstract method

IndexDefinition copyWith({
  1. String? indexName,
  2. String? tableSpace,
  3. List<IndexElementDefinition>? elements,
  4. String? type,
  5. bool? isUnique,
  6. bool? isPrimary,
  7. String? predicate,
})

Implementation

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