KuzzleUser constructor

KuzzleUser(
  1. Kuzzle kuzzle, {
  2. String? uid,
  3. Map<String, dynamic>? content,
  4. Map<String, dynamic>? meta,
})

Implementation

KuzzleUser(
  this.kuzzle, {
  this.uid,
  this.content,
  this.meta,
});