User constructor

const User(
  1. String name,
  2. bool man,
  3. String image
)

Implementation

const User(this.name, this.man, this.image);