nonNegativeInteger constant

IriTerm const nonNegativeInteger

IRI for xsd:nonNegativeInteger

Integer values greater than or equal to zero

Implementation

static const nonNegativeInteger = IriTerm.prevalidated(
  'http://www.w3.org/2001/XMLSchema#nonNegativeInteger',
);