UserPreview constructor

UserPreview(
  1. User user,
  2. List<Illust> illusts,
  3. bool isMuted
)

Implementation

UserPreview(this.user, this.illusts, this.isMuted);