SecretServiceResourceScope constructor
      const
      SecretServiceResourceScope({ 
    
- required SecretServiceResourceScopeType type,
- String? user,
SecretServiceResourceScope
Implementation
const SecretServiceResourceScope({
  required this.type,
  this.user,
});