lineTotal property

double get lineTotal

Line total (net): unitPrice * quantity.

Implementation

double get lineTotal => unitPrice * quantity;