Fruit constructor Null safety

const Fruit(
  1. String name
)

Implementation

const Fruit(this.name);