UpdateUserResponse constructor

UpdateUserResponse({
  1. String? requestId,
  2. int? status,
  3. User? user,
})

Implementation

UpdateUserResponse({
  this.requestId,
  this.status,
  this.user,
});