isCreditEmpty property

bool isCreditEmpty

Implementation

bool get isCreditEmpty => creditTaken == null && creditEarned == null;