size property

int size

Implementation

int get size =>
    positionalParametersSize + optionalParametersSize + namedParametersSize;