UpdateUser constructor
UpdateUser({
- String? name,
- UpdateUserImage? image,
Returns a new UpdateUser instance.
Implementation
UpdateUser({
this.name,
this.image,
});
Returns a new UpdateUser instance.
UpdateUser({
this.name,
this.image,
});