BasicInfo constructor

BasicInfo(
  1. String name,
  2. String pictureId
)

Implementation

BasicInfo(this.name, this.pictureId);