unsigned property

int unsigned
final

For integers only: changes the comparison to unsigned. The default is signed, unless the property is annotated with @Property(signed: false).

Implementation

static final unsigned = 4;