RandomGenerator class

Constructors

RandomGenerator()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
usersList List<UserModel>
getter/setter pair

Methods

generateEmail() String?
generateFirstName() String?
generateIPv4() String?
generateLastName() String?
generateMobile() String?
generateRandomBinary([int length = 1]) String
generateRandomDecimal([int length = 1]) String
generateRandomDigit([int from = 0, int to = 99]) int?
generateRandomHexadecimal([int length = 1]) String
generateRandomOctal([int length = 1]) 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