LocalUserProfileImageUrls constructor

LocalUserProfileImageUrls(
  1. String px16x16,
  2. String px50x50,
  3. String px170x170
)

Implementation

LocalUserProfileImageUrls(this.px16x16, this.px50x50, this.px170x170);