ProductReference class

Constructors

ProductReference({int? id, int? planDuration, int? rentDuration, int? workDuration, int? numberOfItems, String? reference, String? description, String? pictureUrl, String? codeReference, int? categoryId, int? purchaseType, int? warrantyDuration, int? serialNumberFormatId, String? label})
ProductReference.fromJson(Map<String, dynamic> json)

Properties

categoryId int?
getter/setter pair
codeReference String?
getter/setter pair
description String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pair
label String?
getter/setter pair
numberOfItems int?
getter/setter pair
pictureUrl String?
getter/setter pair
planDuration int?
getter/setter pair
purchaseType int?
getter/setter pair
reference String?
getter/setter pair
rentDuration int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serialNumberFormatId int?
getter/setter pair
warrantyDuration int?
getter/setter pair
workDuration int?
getter/setter pair

Methods

copyWith({int? id, int? planDuration, int? rentDuration, int? workDuration, int? numberOfItems, String? reference, String? description, String? pictureUrl, String? codeReference, int? categoryId, int? purchaseType, int? warrantyDuration, int? serialNumberFormatId, String? label}) ProductReference
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