val3 property

int get val3

Implementation

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

Implementation

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