Offer class

Annotations
  • @JsonSerializable.new()

Constructors

Offer({int? id, String? orderType, String? orderTypeName, String? offerId, String? offerName, int? lotSize, int? minOrderQuantity, int? maxOrderQuantity, int? minOrderQuantityPerMonth, int? maxOrderQuantityPerMonth, int? status, String? statusName})
Offer.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pair
lotSize int?
getter/setter pair
maxOrderQuantity int?
getter/setter pair
maxOrderQuantityPerMonth int?
getter/setter pair
minOrderQuantity int?
getter/setter pair
minOrderQuantityPerMonth int?
getter/setter pair
offerId String?
getter/setter pair
offerName String?
getter/setter pair
orderType String?
getter/setter pair
orderTypeName String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status int?
getter/setter pair
statusName String?
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