PetVaccineAction class
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
-
addPetVaccine(PetVaccineModel petVaccinInfo, String petId)
→ void
-
-
deleteHttp(String endpoint, dynamic token, [Map<String, dynamic>? data])
→ Future<Response>
-
inherited
-
getHttp(String endpoint, dynamic token)
→ Future<Response>
-
inherited
-
getPetVaccines(String petId)
→ Future<List<PetVaccineModel>>
-
-
getVaccineDetailsByVaccineId(String petId, dynamic vaccineId)
→ Future<PetVaccineModel>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
postHttp(String endpoint, dynamic token, Map<String, dynamic> body)
→ Future<Response>
-
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
updatePetVaccine(PetVaccineModel petVaccinInfo, String petId, String petVaccinId)
→ void
-