ProgBonusBonus class

Constructors

ProgBonusBonus({List<Bonuses> bonuses = const [], double? totalAmount, double? actualTotalAmount, List<Types>? types})
ProgBonusBonus.fromJson(Map<String, dynamic> json)

Properties

actualTotalAmount double
getter/setter pair
bonuses List<Bonuses>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalAmount double
getter/setter pair
types List<Types>?
getter/setter pair
used double
no setter

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