lineItems property

  1. @JsonKey(name: 'line_items')
List<InvoiceLineItem> lineItems
inherited

Implementation

@JsonKey(name: 'line_items')
List<InvoiceLineItem> get lineItems => throw _privateConstructorUsedError;