paramCount property

int get paramCount

Gets path parameters count.

Implementation

int get paramCount => _pathParams.length;