$IdentityServiceGoogleConfig.fromJson constructor
$IdentityServiceGoogleConfig.fromJson(
- Map json_
Implementation
$IdentityServiceGoogleConfig.fromJson(core.Map json_)
: this(
disable: json_['disable'] as core.bool?,
);