replaceUrlOnTap property

bool? replaceUrlOnTap
final

Whether the newly created url should replace the previous one or create a new url entry

If null, it will replace the url only if the hash is the same as the current one

Implementation

final bool? replaceUrlOnTap;