Product class

Annotations
  • @JsonSerializable()

Constructors

Product({required String janCode, required String name, double? unitPrice, double? price, bool? isDiscounted, String? other})
Product.create({required String janCodePrimary, required String janCodeSecondary, required String name, double? unitPrice, double? price, bool isDiscounted = false, required double amount, required String amountUnit})
factory
Product.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
isDiscounted bool?
final
janCode String
final
name String
final
other String?
final
price double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unitPrice double?
final

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