parametersSize property

int parametersSize

Implementation

int get parametersSize => _parameters != null ? _parameters!.length : 0;