const factory User({ required String id, required String email, String? name, String? avatarUrl, }) = _User;