Namefully.from constructor

Namefully.from(
  1. FullName fullName
)

Creates a name from a FullName.

Provided by this utility, a FullName is a copy of the original data. See the FullName class definition for more info.

Implementation

Namefully.from(FullName fullName)
    : _config = fullName.config,
      _fullName = fullName;