assigns property

Iterable<Assign> get assigns

Returns all flattened children of type Assign.

Implementation

Iterable<Assign> get assigns => _getTypedChildren(
      name: "Assign",
      constructor: Assign.from,
    );