val7 property

int get val7

Implementation

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

Implementation

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