RandomString class

Constructors

RandomString()

Properties

hashCode int
The hash code for this object.
no setterinherited
lowers String
getter/setter pair
numbers String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uppers String
getter/setter pair

Methods

getRandomString({int lowersCount = 3, int uppersCount = 3, int numbersCount = 3, int specialsCount = 1, String specials = '_', bool canSpecialRepeat = true}) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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