isOverdraft property

bool get isOverdraft

Returns true when the account is in actual overdraft

This means balance owes more than balance and credit limit combined

Implementation

bool get isOverdraft => accountBalance.isNegative;