Lines Matching refs:fullName
40 get fullName() { // Correct format.
52 get fullName() {
120 - Click the first button to change the value of **lastName**, triggering **\@Computed fullName** re…
121 - The **this.fullName** is bound to two **Text** components. The **fullName** log shows that the co…
124 …* is not a state variable, only observed changes can trigger **\@Computed fullName** recomputation.
135 get fullName() {
145 Text(this.fullName)
146 Text(this.fullName)
164 - Click the button to change the value of **lastName** and the **\@Computed fullName** will be reco…
173 get fullName() {
188 Text(this.name1.fullName)
189 Text(this.name1.fullName)