val5 property

int get val5

Implementation

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

Implementation

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