getFullName method

String getFullName()

Implementation

String getFullName() {
  return this.name["fullName"];
}