ILModelToReport class

Inheritance

Constructors

ILModelToReport.new({required ModelSize modelSize, bool supplierName = false, bool itemName = false, bool itemSKU = false, bool weight = false, bool quantity = false, bool dimensions = false, bool productionDate = false, bool supplierAddress = false})

Properties

dimensions bool
final
hashCode int
The hash code for this object.
no setterinherited
itemName bool
final
itemSKU bool
final
modelClass ModelClass
finalinherited
modelSize ModelSize
finalinherited
productionDate bool
final
quantity bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supplierAddress bool
final
supplierName bool
final
weight bool
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, bool>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited