GoogleCloudIdentitytoolkitAdminV2TotpMfaProviderConfig.fromJson constructor

GoogleCloudIdentitytoolkitAdminV2TotpMfaProviderConfig.fromJson(
  1. Map json_
)

Implementation

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