menu
iugu package
documentation
domain/entities/invoice_item.dart
InvoiceItem
InvoiceItem.new constructor
InvoiceItem.new constructor
dark_mode
light_mode
InvoiceItem
constructor
InvoiceItem
(
{
String
description
=
''
,
int
quantity
=
0
,
int
priceCents
=
0
,
})
Implementation
InvoiceItem({
this
.description =
''
,
this
.quantity =
0
,
this
.priceCents =
0
, });
iugu package
documentation
domain/entities/invoice_item
InvoiceItem
InvoiceItem.new constructor
InvoiceItem class
Constructors
new
fromJson
fromMap
Properties
description
hashCode
priceCents
quantity
runtimeType
Methods
copyWith
noSuchMethod
toJson
toMap
toString
Operators
operator ==