GoogleCloudIdentitytoolkitAdminV2SmsTemplate.fromJson constructor

GoogleCloudIdentitytoolkitAdminV2SmsTemplate.fromJson(
  1. Map _json
)

Implementation

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