copyWith abstract method
ForeignKeyDefinition
copyWith({
- String? constraintName,
- List<
String> ? columns, - String? referenceTable,
- String? referenceTableSchema,
- List<
String> ? referenceColumns, - ForeignKeyAction? onUpdate,
- ForeignKeyAction? onDelete,
- ForeignKeyMatchType? matchType,
Returns a shallow copy of this ForeignKeyDefinition with some or all fields replaced by the given arguments.
Implementation
@_i1.useResult
ForeignKeyDefinition copyWith({
String? constraintName,
List<String>? columns,
String? referenceTable,
String? referenceTableSchema,
List<String>? referenceColumns,
_i2.ForeignKeyAction? onUpdate,
_i2.ForeignKeyAction? onDelete,
_i3.ForeignKeyMatchType? matchType,
});