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