Simple inverted logic with a list null check.
Offending Code in the master branch
Steps to Reproduce
- Create a TableRow instance
- set the children on the TableRow with a list which contains at least one object
- call TableRow.toString()
- String will output "child list is null" because the logic is the opposite of what it should be.