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