Bill class
- Annotations
-
- @JsonSerializable.new()
Constructors
-
Bill({required String id, double? amount, required String description, required User user, required PrivateMoney privateMoney, required bool isOnetime, required bool isDisabled, required String token, double? minAmount, double? maxAmount, List<
PrivateMoney> ? additionalPrivateMoneys}) -
Bill.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
additionalPrivateMoneys
→ List<
PrivateMoney> ? -
final
- amount → double?
-
final
- description → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
final
- isDisabled → bool
-
final
- isOnetime → bool
-
final
- maxAmount → double?
-
final
- minAmount → double?
-
final
- privateMoney → PrivateMoney
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- token → String
-
final
- user → User
-
final
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited