A constructor that creates an object of the Name class with the given parameter in the form of some string value representing names. If called without parameters, then the default parameter is empty string value.
String value for name.
Typical usage:
Name name = new Name(`test`);
See Implementation
A constructor that creates an object of the Name class with the given parameter in the form of some string value representing names. If called without parameters, then the default parameter is empty string value.