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