APIKeyPermissions constructor

APIKeyPermissions({
  1. Map<String, Set<String>> endpoints,
})

Implementation

APIKeyPermissions({this.endpoints});