val2 property

int get val2

Implementation

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

Implementation

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