packages property
      
      List<SentryPackage> 
      get
      packages
      
    
    
An immutable list of packages that compose this SDK.
Implementation
List<SentryPackage> get packages => List.unmodifiable(_packages);An immutable list of packages that compose this SDK.
List<SentryPackage> get packages => List.unmodifiable(_packages);