About constructor

About({
  1. String? href,
})

Implementation

About({
  this.href,
});