val8 property

int get val8

Implementation

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

Implementation

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