TableSchemaDefinitionStaticColumn constructor
const
TableSchemaDefinitionStaticColumn({
- required Input<
String> name,
Creates a new TableSchemaDefinitionStaticColumn.
name The name of the static column.
Implementation
const TableSchemaDefinitionStaticColumn({
required this.name,
});