GoogleCloudIdentitytoolkitAdminV2SmsTemplate.fromJson constructor
      
      GoogleCloudIdentitytoolkitAdminV2SmsTemplate.fromJson(
    
    
- Map json_
 
Implementation
GoogleCloudIdentitytoolkitAdminV2SmsTemplate.fromJson(core.Map json_)
    : this(
        content: json_['content'] as core.String?,
      );