parentHref property

String? get parentHref

Returns the parent's href if it exists

Implementation

String? get parentHref => parent?.href;