returnedAmount property

Money? returnedAmount
inherited

returnedAmount The amount returned by the receiver which is excess to the amount payable, often referred to as 'change'.

Implementation

Money? get returnedAmount => throw _privateConstructorUsedError;