empty property

Price empty
getter/setter pair

Implementation

static Price empty = const Price(
    currency: "", total: "", base: "", fees: <Fees>[], grandTotal: "");