Name.suffix constructor

Name.suffix(
  1. String value
)

Creates a suffix.

Implementation

Name.suffix(String value) : this(value, Namon.suffix);