Profile constructor

Profile(
  1. String nickname,
  2. String? thumbnailImageUrl,
  3. String? profileImageUrl,
  4. bool? isDefaultImage,
)

Implementation

Profile(this.nickname, this.thumbnailImageUrl, this.profileImageUrl, this.isDefaultImage);