class Sass::Value::Null

def hash

Returns:
  • (Integer) -
def hash
  @hash ||= value.hash
end