SpeedBean.ets 176 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 export class SpeedBean { text: string = ''; value: number = 0; // constructor(text: string, value: number) { // this.text = text; // this.value = value; // } }