KuzzleProfile constructor

KuzzleProfile(
  1. Kuzzle kuzzle, {
  2. String? uid,
  3. List? policies,
})

Implementation

KuzzleProfile(
  this.kuzzle, {
  this.uid,
  this.policies,
});