$CaConnection.fromJson constructor
$CaConnection.fromJson(
- Map json_
Implementation
$CaConnection.fromJson(core.Map json_)
: this(
caConnectionAdapterConfigReference:
json_['caConnectionAdapterConfigReference'] as core.String?,
);