$IdentityServiceServerConfig.fromJson constructor

$IdentityServiceServerConfig.fromJson(
  1. Map json_
)

Implementation

$IdentityServiceServerConfig.fromJson(core.Map json_)
  : this(
      certificateAuthorityData:
          json_['certificateAuthorityData'] as core.String?,
      connectionType: json_['connectionType'] as core.String?,
      host: json_['host'] as core.String?,
    );