Check class

Annotations
  • @JsonSerializable()

Constructors

Check({required String id, required double amount, required double moneyAmount, required double pointAmount, required String description, required User user, required PrivateMoney privateMoney, required bool isOnetime, required bool isDisabled, required DateTime expiresAt, DateTime? pointExpiresAt, int? pointExpiresInDays, required String token})
Check.fromJson(Map<String, dynamic> json)
factory

Properties

amount double
final
description String
final
expiresAt DateTime
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
isDisabled bool
final
isOnetime bool
final
moneyAmount double
final
pointAmount double
final
pointExpiresAt DateTime?
final
pointExpiresInDays int?
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