path property - Cookie class - dart:io library (original) (raw)

description

String?path

getter/setter pair

The path within the domain that the cookie applies to.

Implementation

String? path;