UserProfileImage constructor
UserProfileImage({
- UuidValue? id,
- required UuidValue userProfileId,
- UserProfile? userProfile,
- DateTime? createdAt,
- required String storageId,
- required String path,
- required Uri url,
Implementation
factory UserProfileImage({
_i1.UuidValue? id,
required _i1.UuidValue userProfileId,
_i2.UserProfile? userProfile,
DateTime? createdAt,
required String storageId,
required String path,
required Uri url,
}) = _UserProfileImageImpl;