num property

int num

Block number.

Implementation

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

Implementation

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