MetastoreConfig.fromJson constructor

MetastoreConfig.fromJson(
  1. Map json_
)

Implementation

MetastoreConfig.fromJson(core.Map json_)
    : this(
        dataprocMetastoreService:
            json_.containsKey('dataprocMetastoreService')
                ? json_['dataprocMetastoreService'] as core.String
                : null,
      );