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