ClientUser constructor

ClientUser({
  1. String? email,
  2. String? name,
  3. String? state,
})

Implementation

ClientUser({this.email, this.name, this.state});