val6 property

int get val6

Implementation

int get val6 => ref.val6;
set val6 (int v)

Implementation

set val6(int v) => ref.val6 = v;