Name constructor

Name(
  1. String value
)

Implementation

Name(String value) : super(capitalizeFirstLetter(value));