getName method

String getName()

Returns the user name.

Implementation

String getName() {
  return '$firstName $lastName';
}