The if Attribute
if="foo != null"
The if
attributes tells whether an element (and all of its child elements) shall be executed. The attribute's value can be any Dart expression that returns a boolean value.
if="foo != null"
The if
attributes tells whether an element (and all of its child elements) shall be executed. The attribute's value can be any Dart expression that returns a boolean value.