StockDealerAssetContentModel class

Annotations
  • @JsonSerializable()

Constructors

StockDealerAssetContentModel({String? serialnumber, String? assetName, String? productTypeName, String? statusName, String? expiryDate, String? purchaseDate})
StockDealerAssetContentModel.fromJson(Map<String, dynamic> json)
factory

Properties

assetName String?
getter/setter pair
expiryDate String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
productTypeName String?
getter/setter pair
purchaseDate String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serialnumber String?
getter/setter pair
statusName String?
getter/setter pair

Methods

copyWith({String? serialnumber, String? assetName, String? productTypeName, String? status, String? expiryDate, String? purchaseDate}) StockDealerAssetContentModel
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