UpdateUser constructor

UpdateUser({
  1. String? name,
  2. UpdateUserImage? image,
})

Returns a new UpdateUser instance.

Implementation

UpdateUser({
  this.name,
  this.image,
});