Type constructor
Type({
- GoogleBigtableAdminV2TypeAggregate? aggregateType,
- GoogleBigtableAdminV2TypeBytes? bytesType,
- GoogleBigtableAdminV2TypeInt64? int64Type,
Implementation
Type({
this.aggregateType,
this.bytesType,
this.int64Type,
});