User constructor

User({
  1. String? token,
  2. String? id,
  3. String? domain,
})

Implementation

User({this.token, this.id, this.domain});