size property
Gets the array size specification from the children.
Implementation
ArraySpecification get size => children[0] as ArraySpecification;
Gets the array size specification from the children.
ArraySpecification get size => children[0] as ArraySpecification;