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
-
changeVoucherStatus({required int idRedeemption, required String newStatus, required String appId, String? adminUserID})
→ Future<RescueModel>
-
-
getRescueById({required String id, required String appId})
→ Future<RescueModel>
-
-
getRescuesFromClient({required String tokenCliente, required String appId})
→ Future<List<Rescue>?>
-
-
makeRescue({required int idPrize, required int quantity, required String appId, required String tokenCliente, String? deliveryAddressId})
→ Future<RescueModel>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
redemptionsByDate({required String appId, required DateTime startDate, int page = 0})
→ Future<RedemptionsByDateModel>
-
-
toString()
→ String
-
A string representation of this object.
inherited