GoogleBigtableAdminV2TypeStructField constructor

GoogleBigtableAdminV2TypeStructField({
  1. String? fieldName,
  2. Type? type,
})

Implementation

GoogleBigtableAdminV2TypeStructField({
  this.fieldName,
  this.type,
});