Name class

Constructors

Name({int? charCount, int? minChar = 0, int? maxChar = 0, String? startWith = '', String? endWith = '', String? contains = '', TextCase? textCase, Gender? gender})
const

Properties

charCount int?
charCount It will give you a name with this specific character long exactly the same example: to get Oliver char Count should be 6;
final
contains String?
contains It allows you to get a specifec name which contain 'any'.
final
endWith String?
endWith It allows you to get a specifec name which finish with 'Z'.
final
gender Gender?
gender allow you to get a name by gender.
final
hashCode int
The hash code for this object.
no setterinherited
maxChar int?
maxChar It allows you to get a name with the max characters count or under it. example: to get alexander maxChar should be 9, also it can give you alex or any name has no more character than 9.
final
minChar int?
minChar It allows you to get a name with the min characters count or upper it. example: to get alex minChar should be 4, also it can give you alexander or any name has more character than 4.
final
name String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startWith String?
startWith It allows you to get a specifec name which initial with 'A'.
final
textCase TextCase?
textCase It help you to get a name with specificing his case, you have tow cases one is the lowar => max the second is upper MAX also you have the default one without passing anythink => Max.
final

Methods

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