W3cubDocs

/Dart 2

value property

String value
read / write

The value of the cookie.

Must be a cookie-value as specified in RFC 6265.

The allowed characters in a cookie value are the visible ASCII characters, U+0021 (!) through U+007E (~) except the characters: ", ,, ; and \. Cookie values may be wrapped in a single pair of double quotes (U+0022, ").

Implementation

String value

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.5.0/dart-io/Cookie/value.html