ChatItems constructor

ChatItems(
  1. String image,
  2. String name
)

Implementation

ChatItems(this.image, this.name);