amountSat property

int get amountSat

The amount of the invoice (in SATS)

Implementation

int get amountSat => amountMsat ~/ 1000;