TalkProfile constructor

TalkProfile(
  1. String? nickname,
  2. String? profileImageUrl,
  3. String? thumbnailUrl,
  4. String? countryISO,
)

Implementation

TalkProfile(
    this.nickname, this.profileImageUrl, this.thumbnailUrl, this.countryISO);