Profile constructor

Profile({
  1. String? description,
})

Implementation

Profile({
  this.description,
});