oid library

Constants

oidCharPattern → const String
Regular expression pattern for matching single OID character.
oidLength → const int
Total number of characters per OID.
oidPattern → const String
Regular expression pattern for matching OID.

Properties

getRandomInts GetRandomInts
The function used to generate a list of random integers to construct OID.
getter/setter pair

Functions

isValidOid(String value, {bool ignoreLength = false}) 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