GoogleCloudIdentitytoolkitV1MfaFactor.fromJson constructor

GoogleCloudIdentitytoolkitV1MfaFactor.fromJson(
  1. Map json_
)

Implementation

GoogleCloudIdentitytoolkitV1MfaFactor.fromJson(core.Map json_)
  : this(
      displayName: json_['displayName'] as core.String?,
      phoneInfo: json_['phoneInfo'] as core.String?,
    );