isLoan method

bool isLoan()

Implementation

bool isLoan() => (applicationType == ApplicationType.loan);