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