taxAmount property

double get taxAmount

Implementation

double get taxAmount => (lineExtensionAmount * taxPercent / 100);