Parent constructor

Parent({
  1. String? name,
})

Implementation

Parent({
  this.name,
});