factory UserInfoPublic({ int? id, String? userName, String? fullName, required DateTime created, String? imageUrl, }) = _UserInfoPublicImpl;