Details constructor

Details({
  1. String? userId,
  2. String? name,
  3. String? countryCode,
  4. String? telephone,
  5. String? email,
})

Implementation

Details(
    {this.userId, this.name, this.countryCode, this.telephone, this.email});