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