Items class

Constructors

Items.new(String? description, String? product_reference, String? quantity, String? price_unit, String? discount, String? taxes, String? amount_total)
Items.empty()
factory
Items.fromJson(Map<String, dynamic> json)
factory

Properties

amount_total String?
final
description String?
final
discount String?
final
hashCode int
The hash code for this object.
no setterinherited
price_unit String?
final
product_reference String?
final
quantity String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
taxes String?
final

Methods

copyWith({String? description, String? product_reference, String? quantity, String? price_unit, String? discount, String? taxes, String? amount_total}) Items
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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