Returns all flattened children of type Assign.
Iterable<Assign> get assigns => _getTypedChildren( name: "Assign", constructor: Assign.from, );