isCreditUsed property

bool get isCreditUsed

Returns true when credit funds are being used or the account is in overdraft

Implementation

bool get isCreditUsed => accountBalance < creditLimit;