GoldengateGenericConnectionProperties.fromJson constructor

GoldengateGenericConnectionProperties.fromJson(
  1. Map json_
)

Implementation

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