GoogleBigtableAdminV2TypeInt64Encoding constructor

GoogleBigtableAdminV2TypeInt64Encoding({
  1. GoogleBigtableAdminV2TypeInt64EncodingBigEndianBytes? bigEndianBytes,
  2. GoogleBigtableAdminV2TypeInt64EncodingOrderedCodeBytes? orderedCodeBytes,
})

Implementation

GoogleBigtableAdminV2TypeInt64Encoding({
  this.bigEndianBytes,
  this.orderedCodeBytes,
});