Friend constructor

Friend(
  1. int? id,
  2. String uuid,
  3. String? profileNickname,
  4. String? profileThumbnailImage,
  5. bool? favorite,
)

Implementation

Friend(this.id, this.uuid, this.profileNickname, this.profileThumbnailImage,
    this.favorite);