Sprites class

Constructors

Sprites({String? backFemale, String? backShinyFemale, String? backDefault, String? frontFemale, String? frontShinyFemale, String? backShiny, String? frontDefault, String? frontShiny})
Sprites.fromJson(Map<String, dynamic> json)

Properties

backDefault String?
getter/setter pair
backFemale String?
getter/setter pair
backShiny String?
getter/setter pair
backShinyFemale String?
getter/setter pair
frontDefault String?
getter/setter pair
frontFemale String?
getter/setter pair
frontShiny String?
getter/setter pair
frontShinyFemale String?
getter/setter pair
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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