User constructor

User({
  1. dynamic username,
})

Implementation

User({
  this.username,
});