AuthUser constructor

AuthUser({
  1. UuidValue? id,
  2. DateTime? createdAt,
  3. required Set<String> scopeNames,
  4. bool? blocked,
})

Implementation

factory AuthUser({
  _i1.UuidValue? id,
  DateTime? createdAt,
  required Set<String> scopeNames,
  bool? blocked,
}) = _AuthUserImpl;