repoStrongRef property
      
      RepoStrongRef?
      get
      repoStrongRef
      
    
    
    
Implementation
RepoStrongRef? get repoStrongRef =>
    isRepoStrongRef ? data as RepoStrongRef : null;
RepoStrongRef? get repoStrongRef =>
    isRepoStrongRef ? data as RepoStrongRef : null;