# File lib_wpm/wpm.rb, line 3327
    def check_mapping
      unless (@value) then
        raise "required `value' property at #{@widget_id.inspect}"
      end

      nil
    end