fullName method

String fullName()

Implementation

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