getArrayType method
- int length
 
Implementation
ArrayFunctionParamType<T> getArrayType(int length) =>
    ArrayFunctionParamType("${name}[${length > 0 ? length : ''}]", this);
ArrayFunctionParamType<T> getArrayType(int length) =>
    ArrayFunctionParamType("${name}[${length > 0 ? length : ''}]", this);