canBeBalanced property

bool canBeBalanced

Implementation

bool get canBeBalanced =>
    isBalanced || postings.where((posting) => posting.position == null).length == 1;