$CaConnection.fromJson constructor

$CaConnection.fromJson(
  1. Map json_
)

Implementation

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