SubscriberStatsModel class
Constructors
- SubscriberStatsModel({double? annualSavedAmount, double? annualBookingBonus, double? annualNumInvitees, double? annualDonationAmount, double? passNumBookings, double? passSavedAmount, double? passDonationAmount, double? bookingBonusBalance, double? bookingBonusTotal})
-
SubscriberStatsModel.fromJson(Map<
String, dynamic> json) -
factory
Properties
- annualBookingBonus ↔ double?
-
getter/setter pair
- annualDonationAmount ↔ double?
-
getter/setter pair
- annualNumInvitees ↔ double?
-
getter/setter pair
- annualSavedAmount ↔ double?
-
getter/setter pair
- bookingBonusBalance ↔ double?
-
getter/setter pair
- bookingBonusTotal ↔ double?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- passDonationAmount ↔ double?
-
getter/setter pair
- passNumBookings ↔ double?
-
getter/setter pair
- passSavedAmount ↔ double?
-
getter/setter pair
- 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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited