val1 property

int get val1

Implementation

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

Implementation

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