copyWith abstract method
TableDefinition
copyWith({
- String? name,
- String? dartName,
- String? module,
- String? schema,
- String? tableSpace,
- List<
ColumnDefinition> ? columns, - List<
ForeignKeyDefinition> ? foreignKeys, - List<
IndexDefinition> ? indexes, - bool? managed,
Implementation
TableDefinition copyWith({
String? name,
String? dartName,
String? module,
String? schema,
String? tableSpace,
List<_i2.ColumnDefinition>? columns,
List<_i2.ForeignKeyDefinition>? foreignKeys,
List<_i2.IndexDefinition>? indexes,
bool? managed,
});