oid library

Constants

oidLength → const int
Total number of characters per OID.

Properties

getRandomInts GetRandomInts
The function used to generate a list of random integers to construct OID.
getter/setter pair
oidPattern String
OID's regular expression pattern.
final

Functions

isValidOid(String value) bool
Test if the given value is a valid OID.
mergeOid(String oid1, String oid2) String
Creates a new OID based two OIDs.
nextOid() String
Returns the next unique object ID.

Typedefs

GetRandomInts = List<int> Function(int length)
The type of random generator