MetastoreServiceConfig.fromJson constructor
MetastoreServiceConfig.fromJson(
- Map json_
Implementation
MetastoreServiceConfig.fromJson(core.Map json_)
: this(
metastoreService: json_['metastoreService'] as core.String?,
);