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
Typedefs
-
GetRandomInts
= List<
int> Function(int length) - The type of random generator