Genderize class

The base class which allows to create a genderize client.

You have to create an instance of this class to start working with this package.

Constructors

Genderize({String apiKey})

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

close({bool force: false}) → void
Shuts down the genderize client. [...]
getGender(String name) Future<Gender>
Returns a single Gender instance.
getLocaleGender({String name, String country_id}) Future<LocaleGender>
Classifies genders in the scope of a specific country, it retrieves a LocaleGender of it.
getMultipleGenders(List<String> names) Future<List<Gender>>
Returns a List of Genders. [...]
getMultipleLocaleGenders(List<String> names, String country_id) Future<List<LocaleGender>>
Classifies genders in the scope of a specific country, it retrieves a List of LocaleGenders.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns a string representation of this object.
inherited

Operators

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