isResolvingReference property
      
      bool
      get
      isResolvingReference
      
    
    
Returns true if it's asynchronously resolving the internal reference
to the SharedObject. See sharedObjectAsync.
Implementation
bool get isResolvingReference => _resolvingReference;