num property

int get num

Block number.

Implementation

int get num => intValue >> 4;
set num (int num)

Implementation

set num(final int num) => setValue(num, szx, m: m);