class { getFullName() { return this.input.firstName + ' ' + this.input.lastName; } }
Hello ${component.getFullName()}!