DartID class

Constructors

DartID({int idLength = 20, bool allowSymbols = false, bool allowNumbers = true, bool allowCapitalLetters = true, bool allowSmallLetters = true, bool swapParts = true, bool allowDateTime = true})
const

Properties

allowCapitalLetters bool
final
allowDateTime bool
final
allowNumbers bool
final
allowSmallLetters bool
final
allowSymbols bool
final
hashCode int
The hash code for this object.
no setterinherited
idLength int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
swapParts bool
final

Methods

combineId(String dateTime, String id, bool swapParts) String
generate() String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parseId(String id) DateTime
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited