value
Returns the actual instance the reference points to. Returns undefined if the instance is still being loaded.
Accessing this property will start lazy loading if the instance isn't already available.
    ref.value
  
  
  
  
  Returns
 {object}: 
actual instance referenced or undefined if lazy loading ongoing
 GitHub
GitHub Twitter
Twitter