size property

ArraySpecification get size

Gets the array size specification from the children.

Implementation

ArraySpecification get size => children[0] as ArraySpecification;