ItemBean constructor

ItemBean(
  1. String title,
  2. String subTitle,
  3. String imgUrl
)

Implementation

ItemBean(this.title, this.subTitle, this.imgUrl);