requestedAmountInMajorUnit property

double? get requestedAmountInMajorUnit

The originally requested amount in the major currency unit.

Implementation

double? get requestedAmountInMajorUnit =>
    requestedAmount != null ? requestedAmount! / 100.0 : null;