Check Null string in bash

if [ -z $string ]; then

echo “String is Null”