unicode property

int get unicode

The integer unicode getter.

Implementation

int get unicode => (sum == 0) && emptyIsSpace ? 0x20 : 0x2800 + sum;