menu
tempcord_data_interface package
documentation
interface.dart
ProfileWithId<T extends Comparable>
updateAnimal abstract method
updateAnimal abstract method
dark_mode
light_mode
updateAnimal
abstract method
@
override
ProfileWithId
<
T
>
updateAnimal
(
Animal
animal
)
override
Return a
Profile
with updated
animal
.
Implementation
@override ProfileWithId<T> updateAnimal(Animal animal);
tempcord_data_interface package
documentation
interface
ProfileWithId<T extends Comparable>
updateAnimal abstract method
ProfileWithId class