Name constructor

const Name(
  1. String name
)

Implementation

const Name(this.name);