amountSat property
int
get
amountSat
The amount of the invoice (in SATS)
Implementation
int get amountSat => amountMsat ~/ 1000;
The amount of the invoice (in SATS)
int get amountSat => amountMsat ~/ 1000;