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

      nil
    end