is_saved() public method

This helps saving empty value in meta fields (text, check box, etc.) and set the correct default values.
public is_saved ( ) : boolean
return boolean
 /**
  * Check if current meta box is saved.
  * This variable is used inside group field to show child fields.
  *
  * @param RW_Meta_Box $obj Meta Box object
  */
 public function set_saved(RW_Meta_Box $obj)
 {
     self::$saved = $obj->is_saved();
 }