FishService class abstract

Retrieves Fish information available in Animal Crossing: New Horizons.

Constructors

FishService()

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

fetchDetails({int? thumbSize}) Future<List<Fish>>
Get a list of all Fish and their details in Animal Crossing: New Horizons.
fetchDetailsForMonth({required String month, int? thumbSize}) Future<FishByMonth>
Get a list of all Fishs and their details based on their availability in month for the different Hemispheres in Animal Crossing: New Horizons.
fetchNames({int? thumbSize}) Future<List<String>>
Get a list of all Fish names in Animal Crossing: New Horizons.
fetchNamesForMonth({required String month, int? thumbSize}) Future<CritterByMonth>
Get a list of all Fish names based on their availability in month for the different Hemispheres in Animal Crossing: New Horizons.
get({required String name, int? thumbSize}) Future<Fish>
Retrieve information about a specific Fish in Animal Crossing: New Horizons.
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