UsernameGenImpl class abstract

Constructors

UsernameGenImpl()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
random() String
Generates a random user name
setAdjectives(List<String> _adjectives) → void
Allocates a list of adjectives for the specified UsernameGen.
setNames(List<String> _names) → void
Allocates a list of names for the specified UsernameGen.
setSeperator(String new_seperator) → void
If you want to use a different seperator commands. Default separator is -
toString() String
A string representation of this object.
inherited

Operators

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