MemoryLayer constructor

MemoryLayer({
  1. String? etag,
  2. GoogleBigtableAdminV2MemoryLayerMemoryConfig? memoryConfig,
  3. String? name,
  4. String? state,
})

Implementation

MemoryLayer({this.etag, this.memoryConfig, this.name, this.state});