path property - Cookie class - dart:io library (original) (raw)
String?path
getter/setter pair
The path within the domain that the cookie applies to.
Implementation
String? path;
String?path
getter/setter pair
The path within the domain that the cookie applies to.
String? path;