AuctionPackage class

Defines a segment of inventory that buyer wants to buy.

It's created by buyer and could be shared with multiple buyers.

Constructors

AuctionPackage({String? createTime, String? creator, String? description, String? displayName, String? name, List<String>? subscribedClients, String? updateTime})
AuctionPackage.fromJson(Map json_)

Properties

createTime String?
Time the auction package was created.
getter/setter pair
creator String?
The buyer that created this auction package.
getter/setter pair
description String?
A description of the auction package.
getter/setter pair
displayName String?
The display_name assigned to the auction package.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
The unique identifier for the auction package.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subscribedClients List<String>?
The list of clients of the current buyer that are subscribed to the AuctionPackage.
getter/setter pair
updateTime String?
Time the auction package was last updated.
getter/setter pair

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