GoogleCloudIdentitytoolkitAdminV2MobileLinksConfig.fromJson constructor

GoogleCloudIdentitytoolkitAdminV2MobileLinksConfig.fromJson(
  1. Map json_
)

Implementation

GoogleCloudIdentitytoolkitAdminV2MobileLinksConfig.fromJson(core.Map json_)
    : this(
        domain: json_['domain'] as core.String?,
      );