DataplexConfiguration.fromJson constructor

DataplexConfiguration.fromJson(
  1. Map json_
)

Implementation

DataplexConfiguration.fromJson(core.Map json_)
  : this(entryGroup: json_['entryGroup'] as core.String?);