BackendMetastore constructor

BackendMetastore({
  1. String? metastoreType,
  2. String? name,
})

Implementation

BackendMetastore({this.metastoreType, this.name});