Skip to content

TableRow.toString() logic is inverted for non-null populated lists #6351

@darthvadrismydad

Description

@darthvadrismydad

Simple inverted logic with a list null check.

Offending Code in the master branch

Steps to Reproduce

  1. Create a TableRow instance
  2. set the children on the TableRow with a list which contains at least one object
  3. call TableRow.toString()
  4. String will output "child list is null" because the logic is the opposite of what it should be.

Metadata

Metadata

Assignees

Labels

frameworkflutter/packages/flutter repository. See also f: labels.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions