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