BigtableColumnFamily constructor

BigtableColumnFamily({
  1. List<BigtableColumn>? columns,
  2. String? encoding,
  3. String? familyId,
  4. bool? onlyReadLatest,
  5. String? type,
})

Implementation

BigtableColumnFamily({
  this.columns,
  this.encoding,
  this.familyId,
  this.onlyReadLatest,
  this.type,
});