canAccess method

bool canAccess()

Implementation

bool canAccess() {
  return (_config.isLoan() || _code.isNotEmpty);
}