GoogleCloudIdentitytoolkitAdminV2TotpMfaProviderConfig.fromJson constructor
      
      GoogleCloudIdentitytoolkitAdminV2TotpMfaProviderConfig.fromJson(
    
    
- Map json_
 
Implementation
GoogleCloudIdentitytoolkitAdminV2TotpMfaProviderConfig.fromJson(
    core.Map json_)
    : this(
        adjacentIntervals: json_.containsKey('adjacentIntervals')
            ? json_['adjacentIntervals'] as core.int
            : null,
      );