Auction class

Constructors

Auction({required int id, int? sellerOrderId, int? roundId, DateTime? startDate, int? startValue, int? statusId, int? maxBidStep, int? maxBidRecurrence, String? type, DateTime? currentTime, String? status, int? totalBids, required int currentBidStep, required int highestBid, required double totalPrice, DateTime? endDate, dynamic paymentStatus, Order? order})
Auction.fromJson(Map<String, dynamic> json)
factory

Properties

currentBidStep int
final
currentTime DateTime?
final
endDate DateTime?
final
hashCode int
The hash code for this object.
no setterinherited
highestBid int
final
id int
final
maxBidRecurrence int?
final
maxBidStep int?
final
order Order?
final
paymentStatus → dynamic
final
roundId int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sellerOrderId int?
final
startDate DateTime?
final
startValue int?
final
status String?
final
statusId int?
final
totalBids int?
final
totalPrice double
final
type String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited