GoldengateGenericConnectionProperties.fromJson constructor
GoldengateGenericConnectionProperties.fromJson(
- Map json_
Implementation
GoldengateGenericConnectionProperties.fromJson(core.Map json_)
: this(
host: json_['host'] as core.String?,
technologyType: json_['technologyType'] as core.String?,
);