Bonuses class

Constructors

Bonuses({int? id, double? amount, double? used, double? actualAmount, String? start, String? end, int? daysLeft, bool? expired, String? type})
Bonuses.fromJson(Map<String, dynamic> json)

Properties

actualAmount double?
getter/setter pair
amount double?
getter/setter pair
daysLeft int?
getter/setter pair
end String?
getter/setter pair
expired bool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start String?
getter/setter pair
type String?
getter/setter pair
used double?
getter/setter pair

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