SqlServerDagConfig.fromJson constructor

SqlServerDagConfig.fromJson(
  1. Map json_
)

Implementation

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