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