totalPrice property

Money get totalPrice

Implementation

Money get totalPrice => unitPrice * quantity.toInt();