ColumnFamily constructor
ColumnFamily({
- GcRule? gcRule,
- ColumnFamilyStats? stats,
- Type? valueType,
Implementation
ColumnFamily({
this.gcRule,
this.stats,
this.valueType,
});