GoogleBigtableAdminV2TypeInt32Encoding constructor

GoogleBigtableAdminV2TypeInt32Encoding({
  1. GoogleBigtableAdminV2TypeInt32EncodingBigEndianBytes? bigEndianBytes,
  2. GoogleBigtableAdminV2TypeInt32EncodingOrderedCodeBytes? orderedCodeBytes,
})

Implementation

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