TableSchemaDefinitionClusteringKey constructor
const
TableSchemaDefinitionClusteringKey({})
Creates a new TableSchemaDefinitionClusteringKey.
name The name of the clustering key column.
orderBy The order modifier. Valid values: ASC, DESC.
Implementation
const TableSchemaDefinitionClusteringKey({
required this.name,
required this.orderBy,
});