UserChanges constructor

UserChanges({
  1. String? name,
})

Implementation

UserChanges({
  this.name,
});