Bid class

Constructors

Bid({required int userId, required int isHighest, required int amount, required String totalAmount, required int auctionId, required int bidCount, required DateTime createdAt, required int id, required String name, required DateTime date})
Bid.fromJson(Map<String, dynamic> json)
factory

Properties

amount int
final
auctionId int
final
bidCount int
final
createdAt DateTime
final
date DateTime
final
hashCode int
The hash code for this object.
no setterinherited
id int
final
isHighest int
final
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalAmount String
final
userId int
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