CouponRepositoryImpl class
- Inheritance
-
- Object
- CouponRepository
- CouponRepositoryImpl
Constructors
- CouponRepositoryImpl.new(HttpService httpService, BaseConfig config)
Properties
- config → BaseConfig
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- httpService → HttpService
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
couponStatus(
{required String user, required String appId}) → Future< CouponStatusModel> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
sendCoupon(
{required String user, required String url, required String appId, required String token}) → Future< bool> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited