val4 property

int get val4

Implementation

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

Implementation

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