GoogleBigtableAdminV2TypeAggregate constructor

GoogleBigtableAdminV2TypeAggregate({
  1. Type? inputType,
  2. Type? stateType,
  3. GoogleBigtableAdminV2TypeAggregateSum? sum,
})

Implementation

GoogleBigtableAdminV2TypeAggregate({
  this.inputType,
  this.stateType,
  this.sum,
});