shouldTrimParams property

bool shouldTrimParams
final

If true, this will cut off all visible params after '?'. This is only for improved readability. When executing the url the link with all params will stay the same.

Implementation

final bool shouldTrimParams;