isZero property

bool get isZero

Whether this link has no URL or parameters.

Implementation

bool get isZero => url.isEmpty && params.isEmpty;