unsigned property
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;
For integers only: changes the comparison to unsigned. The default is
signed, unless the property is annotated with @Property(signed: false)
.
static final unsigned = 4;