Name.last constructor

Name.last(
  1. String value
)

Creates a last name.

Implementation

Name.last(String value) : this(value, Namon.lastName);